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 | 1395 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
fin | 1621 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 1671 | net/ipv4/tcp.c | th->fin = 0; |
fin | 2354 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2483 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2656 | net/ipv4/tcp.c | t1->fin = 1; |
fin | 2815 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 3059 | net/ipv4/tcp.c | newsk->dummy_th.fin = 0; |
fin | 4095 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
fin | 4147 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 4269 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 4294 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
fin | 4317 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 4708 | net/ipv4/tcp.c | if (th->fin) |
fin | 4867 | net/ipv4/tcp.c | skb->end_seq = skb->seq + th->syn + th->fin + len - th->doff*4; |
fin | 5413 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |