Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dproc.c63 proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
66 proto_memory_allocated(&udp_prot)); in sockstat_seq_show()
/kernel/linux/linux-5.10/include/net/
Dsock.h1396 proto_memory_allocated(struct proto *prot) in proto_memory_allocated() function
/kernel/linux/linux-5.10/net/core/
Dsock.c3608 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()