Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c582 WARN_ON(!sk_unhashed(sk)); in __inet_check_established()
664 WARN_ON_ONCE(!sk_unhashed(sk)); in inet_ehash_insert()
740 WARN_ON(!sk_unhashed(sk)); in __inet_hash()
778 if (sk_unhashed(sk)) in inet_unhash()
789 if (sk_unhashed(sk)) { in inet_unhash()
804 if (sk_unhashed(sk)) { in inet_unhash()
1117 if (sk_unhashed(sk)) { in __inet_hash_connect()
H A Dudp.c321 if (sk_unhashed(sk)) { in udp_lib_get_port()
623 if (sk_unhashed(sk) || sk->sk_rcv_saddr == htonl(INADDR_ANY)) in udp4_hash4()
3486 if (unlikely(sk_unhashed(sk))) { in bpf_iter_udp_seq_show()
H A Dping.c128 if (sk_unhashed(sk)) { in ping_get_port()
H A Dinet_connection_sock.c1301 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
H A Dtcp_ipv4.c3224 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.c7516 if (sk_unhashed(sk)) in BPF_CALL_3()
/linux/net/l2tp/
H A Dl2tp_ip.c218 if (sk_unhashed(sk)) { in l2tp_ip_hash()
230 if (sk_unhashed(sk)) in l2tp_ip_unhash()
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/ipv6/
H A Dinet6_hashtables.c308 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
H A Dudp.c288 if (sk_unhashed(sk) || ipv6_addr_any(&sk->sk_v6_rcv_saddr)) in udp6_hash4()
/linux/net/rxrpc/
H A Daf_rxrpc.c904 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/linux/net/caif/
H A Dcaif_socket.c1006 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/linux/include/net/
H A Dsock.h742 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
749 return !sk_unhashed(sk); in sk_hashed()
/linux/net/unix/
H A Daf_unix.c390 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in __unix_insert_socket()
651 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in unix_sock_destructor()
3614 if (unlikely(sk_unhashed(sk))) { in bpf_iter_unix_seq_show()