Searched refs:ip_ecn_egress (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_ecn.h69 extern void ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
H A Dip_ecn.c109 ip_ecn_egress(mode, outer, inner) function
115 panic("NULL pointer passed to ip_ecn_egress");
159 ip_ecn_egress(mode, &outer8, &inner8);
H A Din_gif.c275 ip_ecn_egress(ECN_ALLOWED, &otos, &ip->ip_tos);
277 ip_ecn_egress(ECN_NOCARE, &otos, &ip->ip_tos);
295 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
297 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
/xnu-2422.115.4/bsd/netinet6/
H A Din6_gif.c277 ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
279 ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos);
H A Dah_input.c456 ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
H A Desp_input.c493 ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
540 // ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
/xnu-2422.115.4/bsd/net/
H A Dif_stf.c799 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
801 ip_ecn_egress(ECN_NOCARE, &otos, &itos);

Completed in 93 milliseconds