Home
last modified time | relevance | path

Searched refs:sock_prot_inuse_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dproc.c39 sock_prot_inuse_get(net, &tcpv6_prot)); in sockstat6_seq_show()
41 sock_prot_inuse_get(net, &udpv6_prot)); in sockstat6_seq_show()
43 sock_prot_inuse_get(net, &udplitev6_prot)); in sockstat6_seq_show()
45 sock_prot_inuse_get(net, &rawv6_prot)); in sockstat6_seq_show()
/openbmc/linux/net/ipv4/
H A Dproc.c61 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
65 sock_prot_inuse_get(net, &udp_prot), in sockstat_seq_show()
68 sock_prot_inuse_get(net, &udplite_prot)); in sockstat_seq_show()
70 sock_prot_inuse_get(net, &raw_prot)); in sockstat_seq_show()
/openbmc/linux/net/core/
H A Dsock.c3769 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get() function
3779 EXPORT_SYMBOL_GPL(sock_prot_inuse_get);
4059 sock_prot_inuse_get(seq_file_net(seq), proto), in proto_seq_printf()
/openbmc/linux/include/net/
H A Dsock.h1546 int sock_prot_inuse_get(struct net *net, struct proto *proto);