Home
last modified time | relevance | path

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

/Linux-v5.4/net/appletalk/
Dddp.c160 if (sk_has_allocations(sk)) { in atalk_destroy_timer()
172 if (sk_has_allocations(sk)) { in atalk_destroy_socket()
/Linux-v5.4/net/netrom/
Daf_netrom.c260 if (sk_has_allocations(sk)) { in nr_destroy_socket()
/Linux-v5.4/net/rose/
Daf_rose.c331 if (sk_has_allocations(sk)) { in rose_destroy_socket()
/Linux-v5.4/net/x25/
Daf_x25.c408 if (sk_has_allocations(sk)) { in __x25_destroy_socket()
/Linux-v5.4/net/ax25/
Daf_ax25.c324 if (sk_has_allocations(ax25->sk)) { in ax25_destroy_socket()
/Linux-v5.4/include/net/
Dsock.h2055 static inline bool sk_has_allocations(const struct sock *sk) in sk_has_allocations() function