summaryrefslogtreecommitdiffstats
path: root/include/net/transp_v6.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
commitdb7d4daea91e105e3859cf461d7e53b9b77454b2 (patch)
tree9bb65b95440af09e8aca63abe56970dd3360cc57 /include/net/transp_v6.h
parent9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff)
Merge with Linux 2.2.8.
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r--include/net/transp_v6.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h
index b697d7c3c..d49bc86e0 100644
--- a/include/net/transp_v6.h
+++ b/include/net/transp_v6.h
@@ -13,6 +13,8 @@ extern struct proto rawv6_prot;
extern struct proto udpv6_prot;
extern struct proto tcpv6_prot;
+struct flowi;
+
extern void rawv6_init(void);
extern void udpv6_init(void);
extern void tcpv6_init(void);
@@ -26,8 +28,7 @@ extern int datagram_recv_ctl(struct sock *sk,
struct sk_buff *skb);
extern int datagram_send_ctl(struct msghdr *msg,
- int *oif,
- struct in6_addr **src_addr,
+ struct flowi *fl,
struct ipv6_txoptions *opt,
int *hlimit);