Home
last modified time | relevance | path

Searched refs:SOCK_MEMALLOC (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dsock.h1006 SOCK_MEMALLOC, /* VM depends on this socket for swapping */ enumerator
1172 if (skb_pfmemalloc(skb) && !sock_flag(sk, SOCK_MEMALLOC)) in sk_add_backlog()
/linux/net/core/
H A Dfilter.c144 if (skb_pfmemalloc(skb) && !sock_flag(sk, SOCK_MEMALLOC)) { in sk_filter_trim_cap()