diff options
Diffstat (limited to 'net/ipv6/ip6_flowlabel.c')
| -rw-r--r-- | net/ipv6/ip6_flowlabel.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/net/ipv6/ip6_flowlabel.c b/net/ipv6/ip6_flowlabel.c index 1cf02765fb5c..89d12b4817a9 100644 --- a/net/ipv6/ip6_flowlabel.c +++ b/net/ipv6/ip6_flowlabel.c @@ -200,6 +200,8 @@ struct ip6_flowlabel * fl6_sock_lookup(struct sock *sk, u32 label)  	return NULL;  } +EXPORT_SYMBOL_GPL(fl6_sock_lookup); +  void fl6_free_socklist(struct sock *sk)  {  	struct ipv6_pinfo *np = inet6_sk(sk); | 
