mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 06:52:07 +00:00
net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c
Signed-off-by: Jianjun Kong <jianjun@zeuux.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c354e12463
commit
fd3f8c4cb6
3 changed files with 5 additions and 5 deletions
|
@ -171,7 +171,7 @@ static int tcp_write_timeout(struct sock *sk)
|
|||
|
||||
static void tcp_delack_timer(unsigned long data)
|
||||
{
|
||||
struct sock *sk = (struct sock*)data;
|
||||
struct sock *sk = (struct sock *)data;
|
||||
struct tcp_sock *tp = tcp_sk(sk);
|
||||
struct inet_connection_sock *icsk = inet_csk(sk);
|
||||
|
||||
|
@ -396,7 +396,7 @@ out:;
|
|||
|
||||
static void tcp_write_timer(unsigned long data)
|
||||
{
|
||||
struct sock *sk = (struct sock*)data;
|
||||
struct sock *sk = (struct sock *)data;
|
||||
struct inet_connection_sock *icsk = inet_csk(sk);
|
||||
int event;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue