Searched refs:SOF_RECV_TRAFFIC_CLASS (Results 1 – 4 of 4) sorted by relevance
258 #define SOF_RECV_TRAFFIC_CLASS 0x00004000 /* Receive TC as ancillary data */ macro397 ((so)->so_flags & (SOF_RECV_TRAFFIC_CLASS | SOF_RECV_WAKE_PKT)))
1839 if ((inp->inp_socket->so_flags & SOF_RECV_TRAFFIC_CLASS) != 0) { in ip6_savecontrol_v4()
5307 so->so_flags &= ~SOF_RECV_TRAFFIC_CLASS; in sosetoptlock()5309 so->so_flags |= SOF_RECV_TRAFFIC_CLASS; in sosetoptlock()6166 optval = (so->so_flags & SOF_RECV_TRAFFIC_CLASS); in sogetoptlock()
3825 if (inp->inp_socket->so_flags & SOF_RECV_TRAFFIC_CLASS) { in ip_savecontrol()