Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dinet_hashtables.c587 WARN_ON(!sk_unhashed(sk)); in __inet_check_established()
669 WARN_ON_ONCE(!sk_unhashed(sk)); in inet_ehash_insert()
745 WARN_ON(!sk_unhashed(sk)); in __inet_hash()
783 if (sk_unhashed(sk)) in inet_unhash()
794 if (sk_unhashed(sk)) { in inet_unhash()
809 if (sk_unhashed(sk)) { in inet_unhash()
1118 if (sk_unhashed(sk)) { in __inet_hash_connect()
Dping.c128 if (sk_unhashed(sk)) { in ping_get_port()
Dinet_connection_sock.c1193 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
Dudp.c320 if (sk_unhashed(sk)) { in udp_lib_get_port()
3266 if (unlikely(sk_unhashed(sk))) { in bpf_iter_udp_seq_show()
Dtcp_ipv4.c2984 if (unlikely(sk_unhashed(sk))) { in bpf_iter_tcp_seq_show()
/Linux-v6.6/net/l2tp/
Dl2tp_ip.c201 if (sk_unhashed(sk)) { in l2tp_ip_hash()
211 if (sk_unhashed(sk)) in l2tp_ip_unhash()
Dl2tp_ip6.c211 if (sk_unhashed(sk)) { in l2tp_ip6_hash()
221 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
/Linux-v6.6/net/core/
Dsock_reuseport.c689 if (sk_unhashed(sk)) { in reuseport_attach_prog()
734 if (sk_unhashed(sk) && reuse->num_closed_socks) { in reuseport_detach_prog()
Dfilter.c7348 if (sk_unhashed(sk)) in BPF_CALL_3()
/Linux-v6.6/net/mptcp/
Dtoken.c381 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
/Linux-v6.6/net/ipv6/
Dinet6_hashtables.c307 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
/Linux-v6.6/net/rxrpc/
Daf_rxrpc.c857 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/Linux-v6.6/net/caif/
Dcaif_socket.c1005 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/Linux-v6.6/net/unix/
Daf_unix.c324 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in __unix_insert_socket()
586 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in unix_sock_destructor()
3472 if (unlikely(sk_unhashed(sk))) { in bpf_iter_unix_seq_show()
/Linux-v6.6/include/net/
Dsock.h738 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
745 return !sk_unhashed(sk); in sk_hashed()