summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorSachin Saxena <sachin.saxena@freescale.com>2013-03-04 10:24:13 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-03 21:28:26 (GMT)
commit772bf4a78d23b9452c30de5a0a3f596ce3955edc (patch)
treee321eae8160b4f5467283fc7cb0405f2c5018008 /include/net
parentb5a03e1244be91b05209d4a53973393f021dd999 (diff)
downloadlinux-fsl-qoriq-772bf4a78d23b9452c30de5a0a3f596ce3955edc.tar.xz
net/ipv4: Exporting ip_rcv_options and ip_forward_options functions
Signed-off-by: Arun Pathak <arun.pathak@freescale.com> Signed-off-by: Sachin Saxena <sachin.saxena@freescale.com> Change-Id: I72177eea8206d9014838e0948a3a049a0b59735d Reviewed-on: http://git.am.freescale.net:8181/876 Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index a68f838..ba9a638 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -432,6 +432,7 @@ extern int ip_options_get_from_user(struct net *net, struct ip_options_rcu **opt
unsigned char __user *data, int optlen);
extern void ip_options_undo(struct ip_options * opt);
extern void ip_forward_options(struct sk_buff *skb);
+extern int ip_rcv_options(struct sk_buff *skb);
extern int ip_options_rcv_srr(struct sk_buff *skb);
/*