Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dsock.h119 __entry->sysctl_wmem = sk_get_wmem0(sk, prot);
/openbmc/linux/include/net/
H A Dsock.h2969 static inline int sk_get_wmem0(const struct sock *sk, const struct proto *proto) in sk_get_wmem0() function
/openbmc/linux/net/core/
H A Dsock.c3081 int wmem0 = sk_get_wmem0(sk, prot); in __sk_mem_raise_allocated()