Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dinet_hashtables.c485 WARN_ON(!sk_unhashed(sk)); in __inet_check_established()
569 WARN_ON_ONCE(!sk_unhashed(sk)); in inet_ehash_insert()
643 WARN_ON(!sk_unhashed(sk)); in __inet_hash()
688 if (sk_unhashed(sk)) in inet_unhash()
698 if (sk_unhashed(sk)) in inet_unhash()
832 if (sk_unhashed(sk)) { in __inet_hash_connect()
Dping.c128 if (sk_unhashed(sk)) { in ping_get_port()
Dinet_connection_sock.c1005 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
Dudp.c311 if (sk_unhashed(sk)) { in udp_lib_get_port()
Dtcp_ipv4.c2929 if (unlikely(sk_unhashed(sk))) { in bpf_iter_tcp_seq_show()
/Linux-v5.15/net/core/
Dsock_reuseport.c589 if (sk_unhashed(sk)) { in reuseport_attach_prog()
634 if (sk_unhashed(sk) && reuse->num_closed_socks) { in reuseport_detach_prog()
/Linux-v5.15/net/l2tp/
Dl2tp_ip.c199 if (sk_unhashed(sk)) { in l2tp_ip_hash()
209 if (sk_unhashed(sk)) in l2tp_ip_unhash()
Dl2tp_ip6.c212 if (sk_unhashed(sk)) { in l2tp_ip6_hash()
222 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
/Linux-v5.15/net/mptcp/
Dtoken.c376 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
/Linux-v5.15/net/ipv6/
Dinet6_hashtables.c289 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
/Linux-v5.15/net/rxrpc/
Daf_rxrpc.c839 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/Linux-v5.15/net/caif/
Dcaif_socket.c1016 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/Linux-v5.15/include/net/
Dsock.h661 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
668 return !sk_unhashed(sk); in sk_hashed()
/Linux-v5.15/net/unix/
Daf_unix.c262 WARN_ON(!sk_unhashed(sk)); in __unix_insert_socket()
514 WARN_ON(!sk_unhashed(sk)); in unix_sock_destructor()