Home
last modified time | relevance | path

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

/linux/net/ipv4/
A 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()
A Dping.c128 if (sk_unhashed(sk)) { in ping_get_port()
A Dinet_connection_sock.c1005 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
A Dtcp_ipv4.c2933 if (unlikely(sk_unhashed(sk))) { in bpf_iter_tcp_seq_show()
A Dudp.c310 if (sk_unhashed(sk)) { in udp_lib_get_port()
/linux/net/core/
A 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/net/l2tp/
A Dl2tp_ip.c199 if (sk_unhashed(sk)) { in l2tp_ip_hash()
209 if (sk_unhashed(sk)) in l2tp_ip_unhash()
A Dl2tp_ip6.c212 if (sk_unhashed(sk)) { in l2tp_ip6_hash()
222 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
/linux/net/mptcp/
A Dtoken.c376 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
/linux/net/ipv6/
A Dinet6_hashtables.c289 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
/linux/net/rxrpc/
A Daf_rxrpc.c839 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/linux/include/net/
A Dsock.h664 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
671 return !sk_unhashed(sk); in sk_hashed()
/linux/net/caif/
A Dcaif_socket.c1016 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/linux/net/unix/
A Daf_unix.c262 WARN_ON(!sk_unhashed(sk)); in __unix_insert_socket()
514 WARN_ON(!sk_unhashed(sk)); in unix_sock_destructor()

Completed in 46 milliseconds