Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv6/
Dinet6_hashtables.c246 struct sock *inet6_lookup(const struct net *net, in inet6_lookup() function
262 EXPORT_SYMBOL_GPL(inet6_lookup);
/linux-6.12.1/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.12.1/include/net/
Dinet6_hashtables.h170 struct sock *inet6_lookup(const struct net *net, struct inet_hashinfo *hashinfo,
/linux-6.12.1/net/ipv4/
Dinet_diag.c538 sk = inet6_lookup(net, hashinfo, NULL, 0, in inet_diag_find_one_icsk()