mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
ipv6: Convert to use flowi6 where applicable.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9cce96df5b
commit
4c9483b2fb
35 changed files with 622 additions and 620 deletions
|
@ -14,7 +14,7 @@ extern struct proto udpv6_prot;
|
|||
extern struct proto udplitev6_prot;
|
||||
extern struct proto tcpv6_prot;
|
||||
|
||||
struct flowi;
|
||||
struct flowi6;
|
||||
|
||||
/* extention headers */
|
||||
extern int ipv6_exthdrs_init(void);
|
||||
|
@ -42,7 +42,7 @@ extern int datagram_recv_ctl(struct sock *sk,
|
|||
|
||||
extern int datagram_send_ctl(struct net *net,
|
||||
struct msghdr *msg,
|
||||
struct flowi *fl,
|
||||
struct flowi6 *fl6,
|
||||
struct ipv6_txoptions *opt,
|
||||
int *hlimit, int *tclass,
|
||||
int *dontfrag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue