Searched refs:sock_prot_inuse_get (Results 1 – 3 of 3) sorted by relevance
/net/ipv6/ |
D | proc.c | 37 sock_prot_inuse_get(net, &tcpv6_prot)); in sockstat6_seq_show() 39 sock_prot_inuse_get(net, &udpv6_prot)); in sockstat6_seq_show() 41 sock_prot_inuse_get(net, &udplitev6_prot)); in sockstat6_seq_show() 43 sock_prot_inuse_get(net, &rawv6_prot)); in sockstat6_seq_show()
|
/net/ipv4/ |
D | proc.c | 63 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show() 67 sock_prot_inuse_get(net, &udp_prot), in sockstat_seq_show() 70 sock_prot_inuse_get(net, &udplite_prot)); in sockstat_seq_show() 72 sock_prot_inuse_get(net, &raw_prot)); in sockstat_seq_show()
|
/net/core/ |
D | sock.c | 1955 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get() function 1965 EXPORT_SYMBOL_GPL(sock_prot_inuse_get); 2001 int sock_prot_inuse_get(struct net *net, struct proto *prot) in sock_prot_inuse_get() function 2011 EXPORT_SYMBOL_GPL(sock_prot_inuse_get); 2175 sock_prot_inuse_get(seq_file_net(seq), proto), in proto_seq_printf()
|