ipv6: export ip6_datagram_recv_ctl
authorTom Parkin <tparkin@katalix.com>
Thu, 31 Jan 2013 01:02:25 +0000 (01:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Jan 2013 18:53:08 +0000 (13:53 -0500)
commit8e72d37eb304d9ec5dfb51bc2d83e900b79ee764
treef248711806f4146f25518196803710520baed286
parent73df66f8b1926c59cbc83000af6bf37ecc5509dd
ipv6: export ip6_datagram_recv_ctl

ip6_datagram_recv_ctl and ip6_datagram_send_ctl are used for handling IPv6
ancillary data.  Since ip6_datagram_send_ctl is already publicly exported for
use in modules, ip6_datagram_recv_ctl should also be available to support
ancillary data in the receive path.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/datagram.c
This page took 0.04064 seconds and 5 git commands to generate.