Home
last modified time | relevance | path

Searched refs:so_netsvctype (Results 1 – 12 of 12) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Dudp_log.c247 (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()
H A Dtcp_log.c432 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class, \ in tcp_log_connection()
504 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class in tcp_log_listen()
650 (so->so_flags1 & SOF1_TC_NET_SERV_TYPE) ? so->so_netsvctype : so->so_traffic_class, \ in tcp_log_connection_summary()
H A Draw_ip.c480 netsvctype = so->so_netsvctype; in rip_output()
H A Dtcp_output.c3519 ip6oa.ip6oa_netsvctype = so->so_netsvctype; in tcp_ip_output()
3523 ipoa.ipoa_netsvctype = so->so_netsvctype; in tcp_ip_output()
H A Din_tclass.c986 so->so_netsvctype = (int8_t)netsvctype; in so_set_net_service_type()
H A Dtcp_subr.c998 ip6oa.ip6oa_netsvctype = tp->t_inpcb->inp_socket->so_netsvctype; in tcp_respond()
1063 ipoa.ipoa_netsvctype = tp->t_inpcb->inp_socket->so_netsvctype; in tcp_respond()
H A Dudp_usrreq.c1649 netsvctype = so->so_netsvctype; in udp_output()
/xnu-11417.140.69/bsd/netinet6/
H A Dudp6_output.c267 netsvctype = so->so_netsvctype; in udp6_output()
H A Draw_ip6.c523 netsvctype = so->so_netsvctype; in rip6_output()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h313 int8_t so_netsvctype; member
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c412 so->so_netsvctype = head->so_netsvctype; in sonewconn_internal()
H A Duipc_socket.c5296 so->so_netsvctype = _NET_SERVICE_TYPE_UNSPEC; in sosetoptlock()
6314 optval = so->so_netsvctype; in sogetoptlock()