Home
last modified time | relevance | path

Searched refs:sk_memalloc_socks (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dsock.h1053 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1061 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1174 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/linux/net/core/
H A Dskbuff.c656 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
762 if (sk_memalloc_socks()) in __netdev_alloc_skb()
841 if (sk_memalloc_socks()) in napi_alloc_skb()
H A Ddev.c6236 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
6264 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()