Symbol: sk_unhashed
include/net/sock.h
802
return !sk_unhashed(sk);
net/caif/caif_socket.c
1006
caif_assert(sk_unhashed(sk));
net/core/filter.c
7708
if (sk_unhashed(sk))
net/core/sock_reuseport.c
688
if (sk_unhashed(sk)) {
net/core/sock_reuseport.c
733
if (sk_unhashed(sk) && reuse->num_closed_socks) {
net/ipv4/inet_connection_sock.c
1265
WARN_ON(!sk_unhashed(sk));
net/ipv4/inet_hashtables.c
1182
if (sk_unhashed(sk)) {
net/ipv4/inet_hashtables.c
631
WARN_ON(!sk_unhashed(sk));
net/ipv4/inet_hashtables.c
713
WARN_ON_ONCE(!sk_unhashed(sk));
net/ipv4/inet_hashtables.c
796
WARN_ON(!sk_unhashed(sk));
net/ipv4/inet_hashtables.c
823
if (sk_unhashed(sk))
net/ipv4/ping.c
129
if (sk_unhashed(sk)) {
net/ipv4/tcp_ipv4.c
3310
if (unlikely(sk_unhashed(sk))) {
net/ipv4/udp.c
320
if (sk_unhashed(sk)) {
net/ipv4/udp.c
3679
if (unlikely(sk_unhashed(sk))) {
net/ipv4/udp.c
663
if (sk_unhashed(sk) || sk->sk_rcv_saddr == htonl(INADDR_ANY))
net/ipv6/inet6_hashtables.c
322
WARN_ON(!sk_unhashed(sk));
net/ipv6/udp.c
333
if (sk_unhashed(sk) || ipv6_addr_any(&sk->sk_v6_rcv_saddr))
net/l2tp/l2tp_ip.c
218
if (sk_unhashed(sk)) {
net/l2tp/l2tp_ip.c
230
if (sk_unhashed(sk))
net/l2tp/l2tp_ip6.c
228
if (sk_unhashed(sk)) {
net/l2tp/l2tp_ip6.c
240
if (sk_unhashed(sk))
net/mptcp/token.c
383
if (sk_unhashed((struct sock *)msk))
net/rxrpc/af_rxrpc.c
919
WARN_ON(!sk_unhashed(sk));
net/unix/af_unix.c
3742
if (unlikely(sk_unhashed(sk))) {
net/unix/af_unix.c
379
DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk));
net/unix/af_unix.c
642
DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk));