Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dproc.c63 sockets, proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
66 proto_memory_allocated(&udp_prot)); in sockstat_seq_show()
/Linux-v6.6/include/net/
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()
/Linux-v6.6/net/core/
Dsock.c4030 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()