Searched refs:sk_unhashed (Results 1 – 7 of 7) sorted by relevance
688 if (sk_unhashed(sk)) { in reuseport_attach_prog()733 if (sk_unhashed(sk) && reuse->num_closed_socks) { in reuseport_detach_prog()
7698 if (sk_unhashed(sk)) in BPF_CALL_3()
228 if (sk_unhashed(sk)) { in l2tp_ip6_hash() 240 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
381 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
1006 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
320 if (sk_unhashed(sk)) { in udp_lib_get_port()663 if (sk_unhashed(sk) || sk->sk_rcv_saddr == htonl(INADDR_ANY)) in udp4_hash4()3653 if (unlikely(sk_unhashed(sk))) { in bpf_iter_udp_seq_show()
787 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function794 return !sk_unhashed(sk); in sk_hashed()