Home
last modified time | relevance | path

Searched refs:IPOAF_QOSMARKING_ALLOWED (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.61.2/bsd/netinet/ !
H A Dip_var.h293 #define IPOAF_QOSMARKING_ALLOWED 0x00000080 /* policy allows Fastlane DSCP marking */ macro
H A Dip_output.c1234 bool qos_marking = (ipoa->ipoa_flags & IPOAF_QOSMARKING_ALLOWED) ? TRUE : FALSE; in ip_output_list()
1237 ipoa->ipoa_flags |= IPOAF_QOSMARKING_ALLOWED; in ip_output_list()
1239 ipoa->ipoa_flags &= ~IPOAF_QOSMARKING_ALLOWED; in ip_output_list()
1543 ipoa->ipoa_flags & IPOAF_QOSMARKING_ALLOWED ? TRUE : FALSE, in ip_output_list()
H A Draw_ip.c617 ipoa.ipoa_flags |= IPOAF_QOSMARKING_ALLOWED; in rip_output()
H A Dudp_usrreq.c1922 ipoa.ipoa_flags |= IPOAF_QOSMARKING_ALLOWED; in udp_output()
2007 if (ipoa.ipoa_flags & IPOAF_QOSMARKING_ALLOWED) { in udp_output()
H A Dtcp_output.c3231 ipoa.ipoa_flags |= IPOAF_QOSMARKING_ALLOWED; in tcp_ip_output()
3417 allow_qos_marking = ipoa.ipoa_flags & IPOAF_QOSMARKING_ALLOWED ? TRUE : FALSE; in tcp_ip_output()
H A Dtcp_subr.c1040 ipoa.ipoa_flags |= IPOAF_QOSMARKING_ALLOWED; in tcp_respond()
1060 if (ipoa.ipoa_flags & IPOAF_QOSMARKING_ALLOWED) { in tcp_respond()
/xnu-8792.61.2/bsd/net/ !
H A Dif_ipsec.c4256 ipoa->ipoa_flags |= IPOAF_QOSMARKING_ALLOWED; in ipsec_set_ipoa_for_interface()
4260 ipoa->ipoa_flags &= ~IPOAF_QOSMARKING_ALLOWED; in ipsec_set_ipoa_for_interface()
4278 ip6oa->ip6oa_flags |= IPOAF_QOSMARKING_ALLOWED; in ipsec_set_ip6oa_for_interface()
4282 ip6oa->ip6oa_flags &= ~IPOAF_QOSMARKING_ALLOWED; in ipsec_set_ip6oa_for_interface()