Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c482 WARN_ON(!sk_unhashed(sk)); in __inet_check_established()
564 WARN_ON_ONCE(!sk_unhashed(sk)); in inet_ehash_insert()
640 WARN_ON(!sk_unhashed(sk)); in __inet_hash()
678 if (sk_unhashed(sk)) in __inet_unhash()
697 if (sk_unhashed(sk)) in inet_unhash()
844 if (sk_unhashed(sk)) { in __inet_hash_connect()
H A Dinet_connection_sock.c882 WARN_ON(!sk_unhashed(sk)); in inet_csk_destroy_sock()
H A Dping.c128 if (sk_unhashed(sk)) { in ping_get_port()
H A Dudp.c312 if (sk_unhashed(sk)) { in udp_lib_get_port()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ip.c199 if (sk_unhashed(sk)) { in l2tp_ip_hash()
209 if (sk_unhashed(sk)) in l2tp_ip_unhash()
H A Dl2tp_ip6.c212 if (sk_unhashed(sk)) { in l2tp_ip6_hash()
222 if (sk_unhashed(sk)) in l2tp_ip6_unhash()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dtoken.c377 if (sk_unhashed((struct sock *)msk)) in mptcp_token_destroy()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_reuseport.c332 if (sk_unhashed(sk) && sk->sk_reuseport) { in reuseport_attach_prog()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dinet6_hashtables.c289 WARN_ON(!sk_unhashed(sk)); in __inet6_check_established()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Daf_rxrpc.c838 WARN_ON(!sk_unhashed(sk)); in rxrpc_sock_destructor()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h696 static inline bool sk_unhashed(const struct sock *sk) in sk_unhashed() function
703 return !sk_unhashed(sk); in sk_hashed()
/OK3568_Linux_fs/kernel/net/caif/
H A Dcaif_socket.c1016 caif_assert(sk_unhashed(sk)); in caif_sock_destructor()
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c261 WARN_ON(!sk_unhashed(sk)); in __unix_insert_socket()
499 WARN_ON(!sk_unhashed(sk)); in unix_sock_destructor()