Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c636 WARN_ON(!sk_unhashed(sk)); in __inet_check_established()
718 WARN_ON_ONCE(!sk_unhashed(sk)); in inet_ehash_insert()
807 WARN_ON(!sk_unhashed(sk)); in inet_hash()
833 if (sk_unhashed(sk)) in inet_unhash()
1210 if (sk_unhashed(sk)) { in __inet_hash_connect()
H A Dudp.c314 if (sk_unhashed(sk)) { in udp_lib_get_port()
654 if (sk_unhashed(sk) || sk->sk_rcv_saddr == htonl(INADDR_ANY)) in udp4_hash4()
3499 if (unlikely(sk_unhashed(sk))) { in bpf_iter_udp_seq_show()
H A Dinet_connection_sock.c1262 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
H A Dtcp_ipv4.c3229 if (unlikely(sk_unhashed(sk))) {
/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.c7740 if (sk_unhashed(sk)) in BPF_CALL_3()
/linux/net/ipv6/
H A Dinet6_hashtables.c357 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
/linux/net/rxrpc/
H A Daf_rxrpc.c913 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/linux/include/net/
H A Dsock.h800 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
807 return !sk_unhashed(sk); in sk_hashed()
/linux/net/unix/
H A Daf_unix.c379 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in __unix_insert_socket()
642 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in unix_sock_destructor()