Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/
H A Dudp6_output.c546 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in udp6_output()
627 in6p->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in udp6_output()
629 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-11417.140.69/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.c991 if ((tp->t_inpcb->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in tcp_respond()
1007 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in tcp_respond()
1009 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in tcp_respond()
1056 if ((tp->t_inpcb->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in tcp_respond()
1078 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in tcp_respond()
1080 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in tcp_respond()
H A Dudp_usrreq.c2014 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in udp_output()
2104 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in udp_output()
2106 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in udp_output()
H A Dtcp_output.c3526 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in tcp_ip_output()
3721 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in tcp_ip_output()
3723 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in tcp_ip_output()
H A Draw_ip.c649 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in rip_output()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h287 #define SOF1_QOSMARKING_ALLOWED 0x00000800 /* policy allows DSCP map */ macro
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c409 SOF1_QOSMARKING_ALLOWED | SOF1_QOSMARKING_POLICY_OVERRIDE); in sonewconn_internal()
/xnu-11417.140.69/bsd/net/
H A Dnecp.c11990 bool qos_marking = inp->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED ? TRUE : FALSE; in necp_socket_update_qos_marking()
12005 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
12007 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()