Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/include/net/
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()