Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/netinet6/
H A Dip6_var.h460 #define IP6OAF_REDO_QOSMARKING_POLICY 0x00002000 /* Re-evaluate QOS marking policy */ macro
H A Dudp6_output.c525 ip6oa.ip6oa_flags |= IP6OAF_REDO_QOSMARKING_POLICY; in udp6_output()
H A Dip6_output.c618 if (ip6oa != NULL && (ip6oa->ip6oa_flags & IP6OAF_REDO_QOSMARKING_POLICY) && in ip6_output_list()
/xnu-11215.41.3/bsd/netinet/
H A Dtcp_output.c3446 ip6oa.ip6oa_flags |= IP6OAF_REDO_QOSMARKING_POLICY; in tcp_ip_output()
H A Dtcp_subr.c986 ip6oa.ip6oa_flags |= IP6OAF_REDO_QOSMARKING_POLICY; in tcp_respond()