Home
last modified time | relevance | path

Searched refs:proto_memory_allocated (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dproc.c63 proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
66 proto_memory_allocated(&udp_prot)); in sockstat_seq_show()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h1417 proto_memory_allocated(struct proto *prot) in proto_memory_allocated() function
/kernel/linux/linux-5.10/net/core/
H A Dsock.c3624 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/kernel/linux/linux-6.6/net/core/
H A Dsock.c4039 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()

Completed in 23 milliseconds