Home
last modified time | relevance | path

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

/Linux-v6.1/net/appletalk/
Dddp.c161 if (sk_has_allocations(sk)) { in atalk_destroy_timer()
173 if (sk_has_allocations(sk)) { in atalk_destroy_socket()
/Linux-v6.1/net/netrom/
Daf_netrom.c282 if (sk_has_allocations(sk)) { in nr_destroy_socket()
/Linux-v6.1/net/rose/
Daf_rose.c355 if (sk_has_allocations(sk)) { in rose_destroy_socket()
/Linux-v6.1/net/x25/
Daf_x25.c398 if (sk_has_allocations(sk)) { in __x25_destroy_socket()
/Linux-v6.1/net/ax25/
Daf_ax25.c344 if (sk_has_allocations(ax25->sk)) { in ax25_destroy_socket()
/Linux-v6.1/include/net/
Dsock.h2329 static inline bool sk_has_allocations(const struct sock *sk) in sk_has_allocations() function