Home
last modified time | relevance | path

Searched refs:ip_ecn_egress (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_ecn.c129 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner) in ip_ecn_egress() function
186 if (ip_ecn_egress(mode, &outer8, &inner8) == 0) in ip6_ecn_egress()
H A Dip_ecn.h49 extern int ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
/f-stack/freebsd/net/
H A Dif_stf.c670 ip_ecn_egress(ECN_ALLOWED, &otos, &itos); in in_stf_input()
672 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()
H A Dif_gif.c455 if (ip_ecn_egress((ifp->if_flags & IFF_LINK1) ? ECN_ALLOWED: in gif_input()