Home
last modified time | relevance | path

Searched refs:__fl6_sock_lookup (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dip6_flowlabel.c262 struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label) in __fl6_sock_lookup() function
282 EXPORT_SYMBOL_GPL(__fl6_sock_lookup);
/openbmc/linux/include/net/
H A Dipv6.h408 struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label);
416 return __fl6_sock_lookup(sk, label) ? : ERR_PTR(-ENOENT); in fl6_sock_lookup()