Searched refs:so_netsvctype (Results 1 – 9 of 9) sorted by relevance
69 sockcminfo->netsvctype = so->so_netsvctype; in sock_init_cm_info()
412 so->so_netsvctype = head->so_netsvctype; in sonewconn_internal()
5150 so->so_netsvctype = _NET_SERVICE_TYPE_UNSPEC; in sosetoptlock()6209 optval = so->so_netsvctype; in sogetoptlock()
247 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class, \ in udp_log_common()386 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class, \ in udp_log_connection_summary()
433 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class, \ in tcp_log_connection()505 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class in tcp_log_listen()651 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class, \ in tcp_log_connection_summary()
3611 ip6oa.ip6oa_netsvctype = so->so_netsvctype; in tcp_ip_output()3615 ipoa.ipoa_netsvctype = so->so_netsvctype; in tcp_ip_output()
986 so->so_netsvctype = (int8_t)netsvctype; in so_set_net_service_type()
1183 ip6oa.ip6oa_netsvctype = tp->t_inpcb->inp_socket->so_netsvctype; in tcp_respond()1248 ipoa.ipoa_netsvctype = tp->t_inpcb->inp_socket->so_netsvctype; in tcp_respond()
304 int8_t so_netsvctype; member