Searched refs:gre_l2_tos (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/net/ |
H A D | if_gre.c | 242 static uint8_t gre_l2_tos(const struct gre_tunnel *, const struct mbuf *); 1820 sc->sc_tunnel.t_ttl, gre_l2_tos(&sc->sc_tunnel, m)); in egre_start() 2105 gre_l2_tos(const struct gre_tunnel *t, const struct mbuf *m) in gre_l2_tos() function 3695 tunnel->t_ttl, gre_l2_tos(tunnel, m)); in nvgre_start() 3867 m = eoip_encap(sc, m, gre_l2_tos(&sc->sc_tunnel, m)); in eoip_start() 3932 m = eoip_encap(sc, m, gre_l2_tos(&sc->sc_tunnel, m)); in eoip_keepalive_send()
|