Searched refs:sock_prot_inuse_get (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/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.14.4/net/ipv4/ |
D | proc.c | 62 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show() 66 sock_prot_inuse_get(net, &udp_prot), in sockstat_seq_show() 69 sock_prot_inuse_get(net, &udplite_prot)); in sockstat_seq_show() 71 sock_prot_inuse_get(net, &raw_prot)); in sockstat_seq_show()
|
/linux-6.14.4/net/core/ |
D | sock.c | 3916 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get() function 3926 EXPORT_SYMBOL_GPL(sock_prot_inuse_get); 4206 sock_prot_inuse_get(seq_file_net(seq), proto), in proto_seq_printf()
|
/linux-6.14.4/include/net/ |
D | sock.h | 1447 int sock_prot_inuse_get(struct net *net, struct proto *proto);
|