diff options
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 16078f422397..b39ebe5339ac 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -459,7 +459,7 @@ int ip_options_rcv_srr(struct sk_buff *skb); | |||
459 | * Functions provided by ip_sockglue.c | 459 | * Functions provided by ip_sockglue.c |
460 | */ | 460 | */ |
461 | 461 | ||
462 | void ipv4_pktinfo_prepare(struct sk_buff *skb); | 462 | void ipv4_pktinfo_prepare(const struct sock *sk, struct sk_buff *skb); |
463 | void ip_cmsg_recv(struct msghdr *msg, struct sk_buff *skb); | 463 | void ip_cmsg_recv(struct msghdr *msg, struct sk_buff *skb); |
464 | int ip_cmsg_send(struct net *net, struct msghdr *msg, struct ipcm_cookie *ipc); | 464 | int ip_cmsg_send(struct net *net, struct msghdr *msg, struct ipcm_cookie *ipc); |
465 | int ip_setsockopt(struct sock *sk, int level, int optname, char __user *optval, | 465 | int ip_setsockopt(struct sock *sk, int level, int optname, char __user *optval, |