Searched refs:__fl6_sock_lookup (Results 1 – 2 of 2) sorted by relevance
262 struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label) in __fl6_sock_lookup() function282 EXPORT_SYMBOL_GPL(__fl6_sock_lookup);
408 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()