Home
last modified time | relevance | path

Searched refs:IP6OAF_REDO_QOSMARKING_POLICY (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.41.9/bsd/netinet6/
H A Dip6_var.h449 #define IP6OAF_REDO_QOSMARKING_POLICY 0x00002000 /* Re-evaluate QOS marking policy */ macro
H A Dudp6_output.c513 ip6oa.ip6oa_flags |= IP6OAF_REDO_QOSMARKING_POLICY; in udp6_output()
H A Dip6_output.c606 if (ip6oa != NULL && (ip6oa->ip6oa_flags & IP6OAF_REDO_QOSMARKING_POLICY) && in ip6_output_list()
/xnu-10002.41.9/bsd/netinet/
H A Dtcp_output.c3328 ip6oa.ip6oa_flags |= IP6OAF_REDO_QOSMARKING_POLICY; in tcp_ip_output()
H A Dtcp_subr.c974 ip6oa.ip6oa_flags |= IP6OAF_REDO_QOSMARKING_POLICY; in tcp_respond()