diff options
author | Olof Johansson <olof@lixom.net> | 2013-02-10 01:41:37 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-10 01:41:37 +0100 |
commit | 94c16ea6ea75f8f5de92d10a647155ccf0d05436 (patch) | |
tree | 012d247bf686e1c49ef3ad0048b94de4970c066b /include/net/ip.h | |
parent | Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/k... (diff) | |
parent | Linux 3.8-rc6 (diff) | |
download | linux-94c16ea6ea75f8f5de92d10a647155ccf0d05436.tar.xz linux-94c16ea6ea75f8f5de92d10a647155ccf0d05436.zip |
Merge tag 'v3.8-rc6' into next/cleanup
Linux 3.8-rc6
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 0707fb9551aa..a68f838a132c 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -143,6 +143,8 @@ static inline struct sk_buff *ip_finish_skb(struct sock *sk, struct flowi4 *fl4) extern int ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len); +extern void ip4_datagram_release_cb(struct sock *sk); + struct ip_reply_arg { struct kvec iov[1]; int flags; |