tag | line | file | source code |
fin | 273 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
fin | 28 | include/linux/tcp.h | fin:1, |
fin | 44 | include/linux/tcp.h | fin:1; |
fin | 882 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
fin | 1414 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
fin | 1640 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 1690 | net/ipv4/tcp.c | th->fin = 0; |
fin | 2373 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2502 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2675 | net/ipv4/tcp.c | t1->fin = 1; |
fin | 2834 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 3078 | net/ipv4/tcp.c | newsk->dummy_th.fin = 0; |
fin | 4122 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
fin | 4174 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 4297 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 4322 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
fin | 4345 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 4736 | net/ipv4/tcp.c | if (th->fin) |
fin | 4895 | net/ipv4/tcp.c | skb->end_seq = skb->seq + th->syn + th->fin + len - th->doff*4; |
fin | 5411 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |