Home
last modified time | relevance | path

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

/linux-2.6.39/net/econet/
Daf_econet.c535 if (!sk_has_allocations(sk)) { in econet_destroy_timer()
573 if (sk_has_allocations(sk)) { in econet_release()
/linux-2.6.39/net/appletalk/
Dddp.c167 if (sk_has_allocations(sk)) { in atalk_destroy_timer()
179 if (sk_has_allocations(sk)) { in atalk_destroy_socket()
/linux-2.6.39/include/net/
Dsock.h1443 static inline int sk_has_allocations(const struct sock *sk) in sk_has_allocations() function
/linux-2.6.39/net/netrom/
Daf_netrom.c290 if (sk_has_allocations(sk)) { in nr_destroy_socket()
/linux-2.6.39/net/rose/
Daf_rose.c358 if (sk_has_allocations(sk)) { in rose_destroy_socket()
/linux-2.6.39/net/x25/
Daf_x25.c413 if (sk_has_allocations(sk)) { in __x25_destroy_socket()
/linux-2.6.39/net/ax25/
Daf_ax25.c334 if (sk_has_allocations(ax25->sk)) { in ax25_destroy_socket()