tag | line | file | source code |
psh | 1079 | net/tcp/sock.c | sk->dummy_th.psh = 0; |
psh | 134 | net/tcp/tcp.c | ,th->fin, th->syn, th->rst, th->psh, th->ack, th->urg, |
psh | 292 | net/tcp/tcp.c | if (amount && skb->h.th->psh) break; |
psh | 623 | net/tcp/tcp.c | t1->psh = 0; |
psh | 652 | net/tcp/tcp.c | th->psh = (push == 0) ? 1 : 0; |
psh | 1033 | net/tcp/tcp.c | t1->psh = 0; |
psh | 1401 | net/tcp/tcp.c | if ( skb->h.th->psh || skb->h.th->urg) |
psh | 1593 | net/tcp/tcp.c | t1->psh = 0; |
psh | 1705 | net/tcp/tcp.c | newsk->dummy_th.psh=0; |
psh | 1780 | net/tcp/tcp.c | t1->psh = 0; |
psh | 2318 | net/tcp/tcp.c | if (skb->len == 0 && !th->fin && !th->urg && !th->psh) |
psh | 2504 | net/tcp/tcp.c | th->psh = 1; |
psh | 2621 | net/tcp/tcp.c | t1->psh = 0; |
psh | 2762 | net/tcp/tcp.c | t1->psh = 0; |
psh | 3345 | net/tcp/tcp.c | t1->psh = 0; |
psh | 60 | net/tcp/tcp.h | unsigned short res1:4, doff:4, fin:1, syn:1, rst:1, psh:1, |