diff options
author | Sachin Saxena <sachin.saxena@freescale.com> | 2013-03-04 10:24:13 (GMT) |
---|---|---|
committer | Fleming Andrew-AFLEMING <AFLEMING@freescale.com> | 2013-04-03 21:28:26 (GMT) |
commit | 772bf4a78d23b9452c30de5a0a3f596ce3955edc (patch) | |
tree | e321eae8160b4f5467283fc7cb0405f2c5018008 /include/net | |
parent | b5a03e1244be91b05209d4a53973393f021dd999 (diff) | |
download | linux-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.h | 1 |
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); /* |