Home
last modified time | relevance | path

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

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