Searched refs:SOF1_KNOWN_TRACKER (Results 1 – 4 of 4) sorted by relevance
1550 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER) && IS_INET(so)) { in soconnectlock()1553 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectlock()1686 !(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in soconnectxlocked()1689 so->so_flags1 |= SOF1_KNOWN_TRACKER; in soconnectxlocked()5505 so->so_flags1 &= ~SOF1_KNOWN_TRACKER; in sosetoptlock()5507 so->so_flags1 |= SOF1_KNOWN_TRACKER; in sosetoptlock()6193 optval = ((so->so_flags1 & SOF1_KNOWN_TRACKER) > 0) in sogetoptlock()
294 #define SOF1_KNOWN_TRACKER 0x08000000 /* Socket is a connection to a known tracker */ macro
6285 domain_info->is_tracker = !!(so->so_flags1 & SOF1_KNOWN_TRACKER); in necp_copy_inp_domain_info()12278 if (!(so->so_flags1 & SOF1_KNOWN_TRACKER)) { in necp_set_socket_domain_attributes()12319 so->so_flags1 & SOF1_KNOWN_TRACKER, in necp_set_socket_domain_attributes()
10065 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()