tag | line | file | source code |
---|---|---|---|
acked | 188 | net/tcp/sock.h | volatile unsigned long acked:1,used:1,free:1,arp:1, urg_used:1, lock:1; |
acked | 2402 | net/tcp/tcp.c | if (skb1 == NULL || skb1->acked || before (th->seq, sk->acked_seq+1)) |
acked | 2408 | net/tcp/tcp.c | skb->acked = 1; |
acked | 2425 | net/tcp/tcp.c | skb2->acked = 1; |
acked | 2920 | net/tcp/tcp.c | skb->acked = 0; |