Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dproc.c66 proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
69 proto_memory_allocated(&udp_prot)); in sockstat_seq_show()
/Linux-v4.19/include/net/
Dsock.h1278 proto_memory_allocated(struct proto *prot) in proto_memory_allocated() function
/Linux-v4.19/net/core/
Dsock.c3376 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()