Searched refs:SOF1_KNOWN_TRACKER (Results 1 – 4 of 4) sorted by relevance
1710 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER) && IS_INET(so)) { in soconnectlock()1713 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectlock()1846 !(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in soconnectxlocked()1849 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectxlocked()5651 so->so_flags1 &= ~SOF1_KNOWN_TRACKER; in sosetoptlock()5653 so->so_flags1 |= SOF1_KNOWN_TRACKER; in sosetoptlock()6298 optval = ((so->so_flags1 & SOF1_KNOWN_TRACKER) > 0) in sogetoptlock()
303 #define SOF1_KNOWN_TRACKER 0x08000000 /* Socket is a connection to a known tracker */ macro
6066 domain_info->is_tracker = !!(so->so_flags1 & SOF1_KNOWN_TRACKER); in necp_copy_inp_domain_info()11333 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in necp_set_socket_domain_attributes()11374 so->so_flags1 & SOF1_KNOWN_TRACKER, in necp_set_socket_domain_attributes()
9973 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()