Searched refs:ip_ecn_egress (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_ecn.c | 129 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 D | ip_ecn.h | 49 extern int ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
|
| /f-stack/freebsd/net/ |
| H A D | if_stf.c | 670 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 D | if_gif.c | 455 if (ip_ecn_egress((ifp->if_flags & IFF_LINK1) ? ECN_ALLOWED: in gif_input()
|