mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[IPV4]: struct inet_timewait_sock annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fb99c848e5
commit
23f33c2d4f
2 changed files with 5 additions and 5 deletions
|
@ -1763,7 +1763,7 @@ static void get_tcp4_sock(struct sock *sp, char *tmpbuf, int i)
|
|||
|
||||
static void get_timewait4_sock(struct inet_timewait_sock *tw, char *tmpbuf, int i)
|
||||
{
|
||||
unsigned int dest, src;
|
||||
__be32 dest, src;
|
||||
__u16 destp, srcp;
|
||||
int ttd = tw->tw_ttd - jiffies;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue