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

/darwin-on-arm/xnu/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.c272 ip_ecn_egress(ECN_ALLOWED, &otos, &ip->ip_tos);
274 ip_ecn_egress(ECN_NOCARE, &otos, &ip->ip_tos);
292 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
294 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c287 ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
289 ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos);
H A Dah_input.c457 ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
H A Desp_input.c494 ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
541 // ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c801 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
803 ip_ecn_egress(ECN_NOCARE, &otos, &itos);

Completed in 79 milliseconds