Home
last modified time | relevance | path

Searched refs:sk_has_allocations (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/appletalk/
Dddp.c161 if (sk_has_allocations(sk)) { in atalk_destroy_timer()
173 if (sk_has_allocations(sk)) { in atalk_destroy_socket()
/kernel/linux/linux-5.10/net/netrom/
Daf_netrom.c282 if (sk_has_allocations(sk)) { in nr_destroy_socket()
/kernel/linux/linux-5.10/net/rose/
Daf_rose.c354 if (sk_has_allocations(sk)) { in rose_destroy_socket()
/kernel/linux/linux-5.10/net/x25/
Daf_x25.c408 if (sk_has_allocations(sk)) { in __x25_destroy_socket()
/kernel/linux/linux-5.10/net/ax25/
Daf_ax25.c340 if (sk_has_allocations(ax25->sk)) { in ax25_destroy_socket()
/kernel/linux/linux-5.10/include/net/
Dsock.h2155 static inline bool sk_has_allocations(const struct sock *sk) in sk_has_allocations() function