Home
last modified time | relevance | path

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

/linux-4.1.27/net/appletalk/
Dddp.c165 if (sk_has_allocations(sk)) { in atalk_destroy_timer()
177 if (sk_has_allocations(sk)) { in atalk_destroy_socket()
/linux-4.1.27/net/netrom/
Daf_netrom.c285 if (sk_has_allocations(sk)) { in nr_destroy_socket()
/linux-4.1.27/net/rose/
Daf_rose.c353 if (sk_has_allocations(sk)) { in rose_destroy_socket()
/linux-4.1.27/net/x25/
Daf_x25.c413 if (sk_has_allocations(sk)) { in __x25_destroy_socket()
/linux-4.1.27/include/net/
Dsock.h1869 static inline bool sk_has_allocations(const struct sock *sk) in sk_has_allocations() function
/linux-4.1.27/net/ax25/
Daf_ax25.c328 if (sk_has_allocations(ax25->sk)) { in ax25_destroy_socket()