Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dip6_flowlabel.c259 struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label) in __fl6_sock_lookup() function
279 EXPORT_SYMBOL_GPL(__fl6_sock_lookup);
/Linux-v5.4/include/net/
Dipv6.h393 struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label);
400 return __fl6_sock_lookup(sk, label) ? : ERR_PTR(-ENOENT); in fl6_sock_lookup()