Searched refs:ip_ecn_ingress (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dip_ecn.h46 extern void ip_ecn_ingress(int, u_int8_t *, const u_int8_t *);
H A Dip_ecn.c95 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) function
99 panic("NULL pointer passed to ip_ecn_ingress");
169 ip_ecn_ingress(mode, &outer8, &inner8);
/freebsd-11.0-release/sys/netipsec/
H A Dipsec_output.c483 ip_ecn_ingress(V_ip4_ipsec_ecn, &ip->ip_tos, &itos);
511 ip_ecn_ingress(V_ip6_ipsec_ecn, &proto, &itos);
/freebsd-11.0-release/sys/net/
H A Dif_stf.c492 ip_ecn_ingress(ECN_ALLOWED, &ip->ip_tos, &tos);
494 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos);
H A Dif_gif.c397 ip_ecn_ingress((ifp->if_flags & IFF_LINK1) ? ECN_ALLOWED:

Completed in 113 milliseconds