aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/transp_v6.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
commitc71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch)
treeecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /include/net/transp_v6.h
parentea53c912f8a86a8567697115b6a0d8152beee5c8 (diff)
parent6a00f206debf8a5c8899055726ad127dbeeed098 (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.h10
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
12extern struct proto rawv6_prot; 10extern struct proto rawv6_prot;
13extern struct proto udpv6_prot; 11extern struct proto udpv6_prot;
14extern struct proto udplitev6_prot; 12extern struct proto udplitev6_prot;
15extern struct proto tcpv6_prot; 13extern struct proto tcpv6_prot;
16 14
17struct flowi; 15struct flowi6;
18 16
19/* extention headers */ 17/* extension headers */
20extern int ipv6_exthdrs_init(void); 18extern int ipv6_exthdrs_init(void);
21extern void ipv6_exthdrs_exit(void); 19extern void ipv6_exthdrs_exit(void);
22extern int ipv6_frag_init(void); 20extern int ipv6_frag_init(void);
@@ -42,7 +40,7 @@ extern int datagram_recv_ctl(struct sock *sk,
42 40
43extern int datagram_send_ctl(struct net *net, 41extern 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;
57extern void inet6_destroy_sock(struct sock *sk); 55extern void inet6_destroy_sock(struct sock *sk);
58 56
59#endif 57#endif
60
61#endif