diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /include/net/transp_v6.h | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r-- | include/net/transp_v6.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index 42a0eb68b7b6..5271a741c3a3 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h | |||
@@ -7,16 +7,14 @@ | |||
7 | * IPv6 transport protocols | 7 | * IPv6 transport protocols |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #ifdef __KERNEL__ | ||
11 | |||
12 | extern struct proto rawv6_prot; | 10 | extern struct proto rawv6_prot; |
13 | extern struct proto udpv6_prot; | 11 | extern struct proto udpv6_prot; |
14 | extern struct proto udplitev6_prot; | 12 | extern struct proto udplitev6_prot; |
15 | extern struct proto tcpv6_prot; | 13 | extern struct proto tcpv6_prot; |
16 | 14 | ||
17 | struct flowi; | 15 | struct flowi6; |
18 | 16 | ||
19 | /* extention headers */ | 17 | /* extension headers */ |
20 | extern int ipv6_exthdrs_init(void); | 18 | extern int ipv6_exthdrs_init(void); |
21 | extern void ipv6_exthdrs_exit(void); | 19 | extern void ipv6_exthdrs_exit(void); |
22 | extern int ipv6_frag_init(void); | 20 | extern int ipv6_frag_init(void); |
@@ -42,7 +40,7 @@ extern int datagram_recv_ctl(struct sock *sk, | |||
42 | 40 | ||
43 | extern int datagram_send_ctl(struct net *net, | 41 | extern int datagram_send_ctl(struct net *net, |
44 | struct msghdr *msg, | 42 | struct msghdr *msg, |
45 | struct flowi *fl, | 43 | struct flowi6 *fl6, |
46 | struct ipv6_txoptions *opt, | 44 | struct ipv6_txoptions *opt, |
47 | int *hlimit, int *tclass, | 45 | int *hlimit, int *tclass, |
48 | int *dontfrag); | 46 | int *dontfrag); |
@@ -57,5 +55,3 @@ extern const struct inet_connection_sock_af_ops ipv4_specific; | |||
57 | extern void inet6_destroy_sock(struct sock *sk); | 55 | extern void inet6_destroy_sock(struct sock *sk); |
58 | 56 | ||
59 | #endif | 57 | #endif |
60 | |||
61 | #endif | ||