summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_options.c
diff options
context:
space:
mode:
authorSachin Saxena <sachin.saxena@freescale.com>2013-03-04 10:24:25 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-03 21:28:44 (GMT)
commit4b8566e1321be5169322a25fc627cc68222c3e7c (patch)
tree4e5f848ba9b1ac7246cee1cf45bbef28e3f910ed /net/ipv4/ip_options.c
parent772bf4a78d23b9452c30de5a0a3f596ce3955edc (diff)
downloadlinux-fsl-qoriq-4b8566e1321be5169322a25fc627cc68222c3e7c.tar.xz
netfilter/ipv4: Offload TCP session information in ip_ct_tcp_state
Passing TCP session information in the ip_ct_tcp_state structure which is used by packet offload engine for handling offloaded TCP sessions. Signed-off-by: Arun Pathak <arun.pathak@freescale.com> Signed-off-by: Sachin Saxena <sachin.saxena@freescale.com> Change-Id: I68b7d315971dc6e8d7a40cd7ccdbc71813c10b1e Reviewed-on: http://git.am.freescale.net:8181/877 Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'net/ipv4/ip_options.c')
-rw-r--r--net/ipv4/ip_options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/ip_options.c b/net/ipv4/ip_options.c
index fd72bd0..a47fc1d 100644
--- a/net/ipv4/ip_options.c
+++ b/net/ipv4/ip_options.c
@@ -604,9 +604,7 @@ void ip_forward_options(struct sk_buff *skb)
ip_send_check(ip_hdr(skb));
}
}
-#ifdef CONFIG_AS_FASTPATH
EXPORT_SYMBOL(ip_forward_options);
-#endif
int ip_options_rcv_srr(struct sk_buff *skb)
{