aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index bcc3afa3df36..531270dc48a6 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -349,9 +349,9 @@ extern int ip_options_echo(struct ip_options *dopt, struct sk_buff *skb);
349extern void ip_options_fragment(struct sk_buff *skb); 349extern void ip_options_fragment(struct sk_buff *skb);
350extern int ip_options_compile(struct net *net, 350extern int ip_options_compile(struct net *net,
351 struct ip_options *opt, struct sk_buff *skb); 351 struct ip_options *opt, struct sk_buff *skb);
352extern int ip_options_get(struct ip_options **optp, 352extern int ip_options_get(struct net *net, struct ip_options **optp,
353 unsigned char *data, int optlen); 353 unsigned char *data, int optlen);
354extern int ip_options_get_from_user(struct ip_options **optp, 354extern int ip_options_get_from_user(struct net *net, struct ip_options **optp,
355 unsigned char __user *data, int optlen); 355 unsigned char __user *data, int optlen);
356extern void ip_options_undo(struct ip_options * opt); 356extern void ip_options_undo(struct ip_options * opt);
357extern void ip_forward_options(struct sk_buff *skb); 357extern void ip_forward_options(struct sk_buff *skb);