Home
last modified time | relevance | path

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

/linux/include/net/
H A Dproto_memory.h17 proto_memory_pressure(const struct proto *prot) in proto_memory_pressure() function
26 return proto_memory_pressure(sk->sk_prot); in sk_under_global_memory_pressure()
/linux/net/core/
H A Dsock.c4191 proto_memory_pressure(proto) ? "yes" : "no" : "NI"; in sock_prot_memory_pressure()