tag | line | file | source code |
fin | 280 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
fin | 32 | include/linux/tcp.h | fin:1, |
fin | 48 | include/linux/tcp.h | fin:1; |
fin | 715 | net/ipv4/af_inet.c | sk->dummy_th.fin = 0; |
fin | 867 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
fin | 1356 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
fin | 1581 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 1631 | net/ipv4/tcp.c | th->fin = 0; |
fin | 2331 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2461 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2659 | net/ipv4/tcp.c | t1->fin = 1; |
fin | 2818 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 3060 | net/ipv4/tcp.c | newsk->dummy_th.fin = 0; |
fin | 3978 | net/ipv4/tcp.c | sk->fin_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 4082 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
fin | 4134 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 4226 | net/ipv4/tcp.c | if (th->fin) |
fin | 4262 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 4287 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
fin | 4310 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 4690 | net/ipv4/tcp.c | if (th->fin) |
fin | 5387 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |