mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
[IPV6]: Introduce inet6_rsk()
And inet6_rsk_offset in inet_request_sock, for the same reasons as inet_sock's pinfo6 member. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8129765ac0
commit
ca304b6104
5 changed files with 52 additions and 22 deletions
|
@ -110,6 +110,10 @@ struct ip_options {
|
|||
|
||||
struct inet_request_sock {
|
||||
struct request_sock req;
|
||||
#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
|
||||
u16 inet6_rsk_offset;
|
||||
/* 2 bytes hole, try to pack */
|
||||
#endif
|
||||
u32 loc_addr;
|
||||
u32 rmt_addr;
|
||||
u16 rmt_port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue