Home
last modified time | relevance | path

Searched refs:SO_TRAFFIC_CLASS (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h166 #define SO_TRAFFIC_CLASS 0x1086 /* Traffic service class (int) */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp_usrreq.c1436 case SO_TRAFFIC_CLASS: /* MP + subflow */ in mptcp_usr_socheckopt()
1607 case SO_TRAFFIC_CLASS: in mptcp_setopt()
2258 case SO_TRAFFIC_CLASS: in mptcp_sopt2str()
H A Din_tclass.c551 SO_TRAFFIC_CLASS, &tclass, sizeof(int)); in set_pid_tclass()
H A Dip_input.c3426 SO_TRAFFIC_CLASS, SOL_SOCKET, mp); in ip_savecontrol()
H A Dflow_divert.c3735 if (sopt->sopt_name == SO_TRAFFIC_CLASS) { in flow_divert_ctloutput()
/xnu-12377.41.6/tests/
H A Dnet_tuntests.c731 SO_TRAFFIC_CLASS, &SOCKET_TRAFFIC_CLASSES[si], sizeof(SOCKET_TRAFFIC_CLASSES[si])), NULL); in setup_sockets()
/xnu-12377.41.6/bsd/kern/
H A Dkpi_socket.c615 sopt.sopt_name = SO_TRAFFIC_CLASS; in sock_settclassopt()
H A Duipc_socket.c5134 case SO_TRAFFIC_CLASS: { in sosetoptlock()
6056 case SO_TRAFFIC_CLASS: in sogetoptlock()
8193 case SO_TRAFFIC_CLASS: in sock_parse_cm_info()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_input.c1860 SO_TRAFFIC_CLASS, SOL_SOCKET, mp); in ip6_savecontrol_v4()