Home
last modified time | relevance | path

Searched refs:SOF1_QOSMARKING_ALLOWED (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c546 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in udp6_output()
630 in6p->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in udp6_output()
632 in6p->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in udp6_output()
H A Draw_ip6.c787 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in rip6_output()
/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.c359 so->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in set_tclass_for_curr_proc()
361 so->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in set_tclass_for_curr_proc()
527 so->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in set_pid_tclass()
529 so->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in set_pid_tclass()
899 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in so_get_netsvc_marking_level()
999 so->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in so_set_default_traffic_class()
H A Dtcp_subr.c1176 if ((tp->t_inpcb->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in tcp_respond()
1192 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in tcp_respond()
1194 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in tcp_respond()
1241 if ((tp->t_inpcb->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in tcp_respond()
1263 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in tcp_respond()
1265 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in tcp_respond()
H A Dudp_usrreq.c2036 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in udp_output()
2134 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in udp_output()
2136 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in udp_output()
H A Dtcp_output.c3618 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in tcp_ip_output()
3826 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in tcp_ip_output()
3828 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in tcp_ip_output()
H A Draw_ip.c643 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in rip_output()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h278 #define SOF1_QOSMARKING_ALLOWED 0x00000800 /* policy allows DSCP map */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c409 SOF1_QOSMARKING_ALLOWED | SOF1_QOSMARKING_POLICY_OVERRIDE); in sonewconn_internal()
/xnu-12377.41.6/bsd/net/
H A Dnecp.c12090 bool qos_marking = inp->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED ? TRUE : FALSE; in necp_socket_update_qos_marking()
12105 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
12107 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()