Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dsock.h1008 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1016 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1129 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/linux-6.15/net/core/
H A Dskbuff.c650 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
740 if (sk_memalloc_socks()) in __netdev_alloc_skb()
819 if (sk_memalloc_socks()) in napi_alloc_skb()
H A Ddev.c5984 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
6012 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()