diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:38:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:38:13 -0500 |
commit | cb18eccff48ef3986d1072964590bce6fec705fb (patch) | |
tree | 777fb1d15e0281341e1e02c9803d989538d346f2 /net/ipv6/udp_impl.h | |
parent | c827ba4cb49a30ce581201fd0ba2be77cde412c7 (diff) | |
parent | 5ef213f6842277ee1df5659f59fac0ffc9beb411 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (45 commits)
[IPV4]: Restore multipath routing after rt_next changes.
[XFRM] IPV6: Fix outbound RO transformation which is broken by IPsec tunnel patch.
[NET]: Reorder fields of struct dst_entry
[DECNET]: Convert decnet route to use the new dst_entry 'next' pointer
[IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer
[IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointer
[NET]: Introduce union in struct dst_entry to hold 'next' pointer
[DECNET]: fix misannotation of linkinfo_dn
[DECNET]: FRA_{DST,SRC} are le16 for decnet
[UDP]: UDP can use sk_hash to speedup lookups
[NET]: Fix whitespace errors.
[NET] XFRM: Fix whitespace errors.
[NET] X25: Fix whitespace errors.
[NET] WANROUTER: Fix whitespace errors.
[NET] UNIX: Fix whitespace errors.
[NET] TIPC: Fix whitespace errors.
[NET] SUNRPC: Fix whitespace errors.
[NET] SCTP: Fix whitespace errors.
[NET] SCHED: Fix whitespace errors.
[NET] RXRPC: Fix whitespace errors.
...
Diffstat (limited to 'net/ipv6/udp_impl.h')
-rw-r--r-- | net/ipv6/udp_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv6/udp_impl.h b/net/ipv6/udp_impl.h index ec9878899128..6e252f318f7c 100644 --- a/net/ipv6/udp_impl.h +++ b/net/ipv6/udp_impl.h | |||
@@ -11,9 +11,9 @@ extern void __udp6_lib_err(struct sk_buff *, struct inet6_skb_parm *, | |||
11 | int , int , int , __be32 , struct hlist_head []); | 11 | int , int , int , __be32 , struct hlist_head []); |
12 | 12 | ||
13 | extern int udpv6_getsockopt(struct sock *sk, int level, int optname, | 13 | extern int udpv6_getsockopt(struct sock *sk, int level, int optname, |
14 | char __user *optval, int __user *optlen); | 14 | char __user *optval, int __user *optlen); |
15 | extern int udpv6_setsockopt(struct sock *sk, int level, int optname, | 15 | extern int udpv6_setsockopt(struct sock *sk, int level, int optname, |
16 | char __user *optval, int optlen); | 16 | char __user *optval, int optlen); |
17 | #ifdef CONFIG_COMPAT | 17 | #ifdef CONFIG_COMPAT |
18 | extern int compat_udpv6_setsockopt(struct sock *sk, int level, int optname, | 18 | extern int compat_udpv6_setsockopt(struct sock *sk, int level, int optname, |
19 | char __user *optval, int optlen); | 19 | char __user *optval, int optlen); |
@@ -24,7 +24,7 @@ extern int udpv6_sendmsg(struct kiocb *iocb, struct sock *sk, | |||
24 | struct msghdr *msg, size_t len); | 24 | struct msghdr *msg, size_t len); |
25 | extern int udpv6_recvmsg(struct kiocb *iocb, struct sock *sk, | 25 | extern int udpv6_recvmsg(struct kiocb *iocb, struct sock *sk, |
26 | struct msghdr *msg, size_t len, | 26 | struct msghdr *msg, size_t len, |
27 | int noblock, int flags, int *addr_len); | 27 | int noblock, int flags, int *addr_len); |
28 | extern int udpv6_queue_rcv_skb(struct sock * sk, struct sk_buff *skb); | 28 | extern int udpv6_queue_rcv_skb(struct sock * sk, struct sk_buff *skb); |
29 | extern int udpv6_destroy_sock(struct sock *sk); | 29 | extern int udpv6_destroy_sock(struct sock *sk); |
30 | 30 | ||