Home
last modified time | relevance | path

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

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