Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dsocket_private.h166 #define SO_TRAFFIC_CLASS 0x1086 /* Traffic service class (int) */ macro
/xnu-11215.1.10/bsd/netinet/
H A Dmptcp_usrreq.c1431 case SO_TRAFFIC_CLASS: /* MP + subflow */ in mptcp_usr_socheckopt()
1602 case SO_TRAFFIC_CLASS: in mptcp_setopt()
2251 case SO_TRAFFIC_CLASS: in mptcp_sopt2str()
H A Din_tclass.c551 SO_TRAFFIC_CLASS, &tclass, sizeof(int)); in set_pid_tclass()
1044 case SO_TRAFFIC_CLASS: in so_tc_from_control()
H A Dip_input.c3829 SO_TRAFFIC_CLASS, SOL_SOCKET, mp); in ip_savecontrol()
H A Dflow_divert.c3663 if (sopt->sopt_name == SO_TRAFFIC_CLASS) { in flow_divert_ctloutput()
/xnu-11215.1.10/bsd/kern/
H A Dkpi_socket.c615 sopt.sopt_name = SO_TRAFFIC_CLASS; in sock_settclassopt()
H A Duipc_socket.c5246 case SO_TRAFFIC_CLASS: { in sosetoptlock()
6127 case SO_TRAFFIC_CLASS: in sogetoptlock()
/xnu-11215.1.10/tests/
H A Dnet_tuntests.c886 SO_TRAFFIC_CLASS, &SOCKET_TRAFFIC_CLASSES[si], sizeof(SOCKET_TRAFFIC_CLASSES[si])), NULL); in setup_sockets()
/xnu-11215.1.10/bsd/netinet6/
H A Dip6_input.c1842 SO_TRAFFIC_CLASS, SOL_SOCKET, mp); in ip6_savecontrol_v4()