tag | line | file | source code |
packets_out | 946 | net/tcp/ip.c | sk->packets_out++; |
packets_out | 220 | net/tcp/sock.c | sk->packets_out); |
packets_out | 1015 | net/tcp/sock.c | sk->packets_out = 0; |
packets_out | 93 | net/tcp/sock.h | volatile unsigned short packets_out; |
packets_out | 356 | net/tcp/tcp.c | sk->wmem_alloc, sk->packets_out, |
packets_out | 537 | net/tcp/tcp.c | sk->packets_out >= sk->cong_window) |
packets_out | 540 | net/tcp/tcp.c | sk->cong_window, sk->packets_out)); |
packets_out | 814 | net/tcp/tcp.c | if (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) |
packets_out | 933 | net/tcp/tcp.c | sk->packets_out >= sk->cong_window) |
packets_out | 936 | net/tcp/tcp.c | sk->cong_window, sk->packets_out)); |
packets_out | 1996 | net/tcp/tcp.c | sk->packets_out < sk->cong_window) |
packets_out | 2147 | net/tcp/tcp.c | sk->packets_out --; |
packets_out | 2221 | net/tcp/tcp.c | if (sk->wfront != NULL && sk->packets_out < sk->cong_window) |
packets_out | 2258 | net/tcp/tcp.c | if (sk->packets_out == 0 && sk->send_tmp != NULL && |