| tag | line | file | source code |
| packets_out | 168 | include/net/sock.h | volatile unsigned short packets_out; |
| packets_out | 435 | net/ipv4/ip_output.c | sk->packets_out++; |
| packets_out | 1508 | net/ipv4/tcp.c | sk->packets_out >= sk->cong_window) |
| packets_out | 1961 | net/ipv4/tcp.c | (flags & MSG_OOB) || !sk->packets_out) |
| packets_out | 1991 | net/ipv4/tcp.c | if (copy < sk->mss && !(flags & MSG_OOB) && sk->packets_out) |
| packets_out | 2129 | net/ipv4/tcp.c | if(sk->partial && ((!sk->packets_out) |
| packets_out | 3409 | net/ipv4/tcp.c | && sk->packets_out < sk->cong_window) |
| packets_out | 3600 | net/ipv4/tcp.c | if (sk->packets_out > 0) |
| packets_out | 3601 | net/ipv4/tcp.c | sk->packets_out--; |
| packets_out | 3640 | net/ipv4/tcp.c | sk->packets_out= 0; |
| packets_out | 3787 | net/ipv4/tcp.c | if (sk->packets_out > 0) |
| packets_out | 3788 | net/ipv4/tcp.c | sk->packets_out --; |
| packets_out | 3876 | net/ipv4/tcp.c | && sk->packets_out < sk->cong_window) |
| packets_out | 3945 | net/ipv4/tcp.c | if (sk->packets_out == 0 && sk->partial != NULL && |