Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dinet_hashtables.c560 WARN_ON(!sk_unhashed(sk)); in __inet_check_established()
642 WARN_ON_ONCE(!sk_unhashed(sk)); in inet_ehash_insert()
718 WARN_ON(!sk_unhashed(sk)); in __inet_hash()
756 if (sk_unhashed(sk)) in inet_unhash()
767 if (sk_unhashed(sk)) { in inet_unhash()
782 if (sk_unhashed(sk)) { in inet_unhash()
1108 if (sk_unhashed(sk)) { in __inet_hash_connect()
Dping.c134 if (sk_unhashed(sk)) { in ping_get_port()
Dinet_connection_sock.c1152 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
Dudp.c313 if (sk_unhashed(sk)) { in udp_lib_get_port()
Dtcp_ipv4.c2923 if (unlikely(sk_unhashed(sk))) { in bpf_iter_tcp_seq_show()
/Linux-v6.1/net/core/
Dsock_reuseport.c605 if (sk_unhashed(sk)) { in reuseport_attach_prog()
650 if (sk_unhashed(sk) && reuse->num_closed_socks) { in reuseport_detach_prog()
/Linux-v6.1/net/l2tp/
Dl2tp_ip.c201 if (sk_unhashed(sk)) { in l2tp_ip_hash()
211 if (sk_unhashed(sk)) in l2tp_ip_unhash()
Dl2tp_ip6.c214 if (sk_unhashed(sk)) { in l2tp_ip6_hash()
224 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
/Linux-v6.1/net/mptcp/
Dtoken.c376 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
/Linux-v6.1/net/ipv6/
Dinet6_hashtables.c286 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
/Linux-v6.1/net/rxrpc/
Daf_rxrpc.c839 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/Linux-v6.1/net/caif/
Dcaif_socket.c1011 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/Linux-v6.1/net/unix/
Daf_unix.c311 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in __unix_insert_socket()
573 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in unix_sock_destructor()
3545 if (unlikely(sk_unhashed(sk))) { in bpf_iter_unix_seq_show()
/Linux-v6.1/include/net/
Dsock.h732 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
739 return !sk_unhashed(sk); in sk_hashed()