Searched refs:sock_prot_inuse_get (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/ipv6/ |
D | proc.c | 39 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-6.1.9/net/ipv4/ |
D | proc.c | 61 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-6.1.9/net/core/ |
D | sock.c | 3700 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get() function 3710 EXPORT_SYMBOL_GPL(sock_prot_inuse_get); 3990 sock_prot_inuse_get(seq_file_net(seq), proto), in proto_seq_printf()
|
/linux-6.1.9/include/net/ |
D | sock.h | 1544 int sock_prot_inuse_get(struct net *net, struct proto *proto);
|