Searched refs:SOF1_QOSMARKING_ALLOWED (Results 1 – 10 of 10) sorted by relevance
546 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()
787 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in rip6_output()
359 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()
1176 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()
2036 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()
3618 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()
643 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in rip_output()
278 #define SOF1_QOSMARKING_ALLOWED 0x00000800 /* policy allows DSCP map */ macro
409 SOF1_QOSMARKING_ALLOWED | SOF1_QOSMARKING_POLICY_OVERRIDE); in sonewconn_internal()
12090 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()