Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dproc.c63 sockets, proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
66 proto_memory_allocated(&udp_prot)); in sockstat_seq_show()
/openbmc/linux/include/net/
H A Dsock.h1448 proto_memory_allocated(const struct proto *prot) in proto_memory_allocated() function
1456 return proto_memory_allocated(sk->sk_prot); in sk_memory_allocated()
/openbmc/linux/net/core/
H A Dsock.c4035 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()