__fl6_sock_lookup  393 include/net/ipv6.h struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label);
__fl6_sock_lookup  400 include/net/ipv6.h 		return __fl6_sock_lookup(sk, label) ? : ERR_PTR(-ENOENT);
__fl6_sock_lookup  279 net/ipv6/ip6_flowlabel.c EXPORT_SYMBOL_GPL(__fl6_sock_lookup);