diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /include/net/transp_v6.h | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r-- | include/net/transp_v6.h | 5 |
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); |