__fl6_sock_lookup
struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label);
return __fl6_sock_lookup(sk, label) ? : ERR_PTR(-ENOENT);
EXPORT_SYMBOL_GPL(__fl6_sock_lookup);