diff options
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); /* |