Searched refs:SOF_RECV_TRAFFIC_CLASS (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h248 #define SOF_RECV_TRAFFIC_CLASS 0x4000 /* Receive traffic class as ancillary data */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3279 so->so_flags &= ~SOF_RECV_TRAFFIC_CLASS;
3281 so->so_flags |= SOF_RECV_TRAFFIC_CLASS;
3644 optval = (so->so_flags & SOF_RECV_TRAFFIC_CLASS);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c1510 if ((inp->inp_socket->so_flags & SOF_RECV_TRAFFIC_CLASS) != 0) {
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c2777 if ((inp->inp_socket->so_flags & SOF_RECV_TRAFFIC_CLASS) != 0) {

Completed in 86 milliseconds