Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv6/
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()
/linux-5.19.10/net/ipv4/
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()
/linux-5.19.10/net/core/
Dsock.c3642 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get() function
3652 EXPORT_SYMBOL_GPL(sock_prot_inuse_get);
3928 sock_prot_inuse_get(seq_file_net(seq), proto), in proto_seq_printf()
/linux-5.19.10/include/net/
Dsock.h1490 int sock_prot_inuse_get(struct net *net, struct proto *proto);