Home
last modified time | relevance | path

Searched refs:sk_unhashed (Results 1 – 7 of 7) sorted by relevance

/linux/net/core/
H A Dsock_reuseport.c688 if (sk_unhashed(sk)) { in reuseport_attach_prog()
733 if (sk_unhashed(sk) && reuse->num_closed_socks) { in reuseport_detach_prog()
H A Dfilter.c7698 if (sk_unhashed(sk)) in BPF_CALL_3()
/linux/net/l2tp/
H A Dl2tp_ip6.c228 if (sk_unhashed(sk)) { in l2tp_ip6_hash()
240 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
/linux/net/mptcp/
H A Dtoken.c381 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
/linux/net/caif/
H A Dcaif_socket.c1006 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/linux/net/ipv4/
H A Dudp.c320 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()
/linux/include/net/
H A Dsock.h787 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
794 return !sk_unhashed(sk); in sk_hashed()