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

/xnu-2422.115.4/bsd/netinet6/
H A Dip6_ecn.h69 extern void ip6_ecn_egress(int, const u_int32_t *, u_int32_t *);
H A Din6_gif.c294 ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6->ip6_flow);
296 ip6_ecn_egress(ECN_NOCARE, &otos, &ip6->ip6_flow);
H A Dah_input.c894 ip6_ecn_egress(ip6_ipsec_ecn, &flowinfo, &ip6->ip6_flow);
H A Desp_input.c1015 ip6_ecn_egress(ip6_ipsec_ecn, &flowinfo, &ip6->ip6_flow);
/xnu-2422.115.4/bsd/netinet/
H A Dip_ecn.c147 ip6_ecn_egress(mode, outer, inner) function
155 panic("NULL pointer passed to ip6_ecn_egress");

Completed in 79 milliseconds