Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A 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()
H A Dping.c128 if (sk_unhashed(sk)) { in ping_get_port()
H A Dinet_connection_sock.c1234 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
H A Dudp.c320 if (sk_unhashed(sk)) { in udp_lib_get_port()
3289 if (unlikely(sk_unhashed(sk))) { in bpf_iter_udp_seq_show()
H A Dtcp_ipv4.c2999 if (unlikely(sk_unhashed(sk))) { in bpf_iter_tcp_seq_show()
/openbmc/linux/net/l2tp/
H A Dl2tp_ip.c201 if (sk_unhashed(sk)) { in l2tp_ip_hash()
211 if (sk_unhashed(sk)) in l2tp_ip_unhash()
H A Dl2tp_ip6.c211 if (sk_unhashed(sk)) { in l2tp_ip6_hash()
221 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
/openbmc/linux/net/core/
H A Dsock_reuseport.c689 if (sk_unhashed(sk)) { in reuseport_attach_prog()
734 if (sk_unhashed(sk) && reuse->num_closed_socks) { in reuseport_detach_prog()
H A Dfilter.c7445 if (sk_unhashed(sk)) in BPF_CALL_3()
/openbmc/linux/net/mptcp/
H A Dtoken.c381 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c307 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c857 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/openbmc/linux/net/caif/
H A Dcaif_socket.c1005 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/openbmc/linux/net/unix/
H A Daf_unix.c316 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in __unix_insert_socket()
577 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in unix_sock_destructor()
3506 if (unlikely(sk_unhashed(sk))) { in bpf_iter_unix_seq_show()
/openbmc/linux/include/net/
H A Dsock.h738 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
745 return !sk_unhashed(sk); in sk_hashed()