Home
last modified time | relevance | path

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

/linux/include/net/
A Dsock.h991 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
999 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1112 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/linux/net/core/
A Dskbuff.c660 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
750 if (sk_memalloc_socks()) in __netdev_alloc_skb()
829 if (sk_memalloc_socks()) in napi_alloc_skb()
A Ddev.c5767 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
5795 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()

Completed in 89 milliseconds