tag | line | file | source code |
fin | 276 | 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 | 690 | net/ipv4/af_inet.c | sk->dummy_th.fin = 0; |
fin | 826 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
fin | 1354 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
fin | 1579 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 1629 | net/ipv4/tcp.c | th->fin = 0; |
fin | 2284 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2415 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2574 | net/ipv4/tcp.c | t1->fin = 1; |
fin | 2764 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 2989 | net/ipv4/tcp.c | newsk->dummy_th.fin = 0; |
fin | 3907 | net/ipv4/tcp.c | sk->fin_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 4011 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
fin | 4063 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 4155 | net/ipv4/tcp.c | if (th->fin) |
fin | 4191 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 4216 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
fin | 4239 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 4617 | net/ipv4/tcp.c | if (th->fin) |
fin | 5304 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |