Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/net/ !
Dsock.h1449 proto_memory_allocated(const struct proto *prot) in proto_memory_allocated() function
1457 return proto_memory_allocated(sk->sk_prot); in sk_memory_allocated()
/linux-6.1.9/net/core/ !
Dsock.c3974 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()