Searched refs:SOF1_QOSMARKING_ALLOWED (Results 1 – 10 of 10) sorted by relevance
546 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()
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()
991 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()
2014 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()
3526 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()
649 if ((so->so_flags1 & SOF1_QOSMARKING_ALLOWED)) { in rip_output()
287 #define SOF1_QOSMARKING_ALLOWED 0x00000800 /* policy allows DSCP map */ macro
409 SOF1_QOSMARKING_ALLOWED | SOF1_QOSMARKING_POLICY_OVERRIDE); in sonewconn_internal()
11990 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()