Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv6/
Dinet6_hashtables.c247 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, in inet6_lookup() function
262 EXPORT_SYMBOL_GPL(inet6_lookup);
/linux-6.6.21/net/ipv6/netfilter/
Dnf_socket_ipv6.c86 return inet6_lookup(net, net->ipv4.tcp_death_row.hashinfo, in nf_socket_get_sock_v6()
/linux-6.6.21/include/net/
Dinet6_hashtables.h170 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo,
/linux-6.6.21/net/ipv4/
Dinet_diag.c529 sk = inet6_lookup(net, hashinfo, NULL, 0, in inet_diag_find_one_icsk()