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 | 695 | net/ipv4/af_inet.c | sk->dummy_th.fin = 0; |
fin | 773 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
fin | 1168 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
fin | 1393 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 1443 | net/ipv4/tcp.c | th->fin = 0; |
fin | 2098 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2229 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2388 | net/ipv4/tcp.c | t1->fin = 1; |
fin | 2578 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 2803 | net/ipv4/tcp.c | newsk->dummy_th.fin = 0; |
fin | 3721 | net/ipv4/tcp.c | sk->fin_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 3825 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
fin | 3877 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 3969 | net/ipv4/tcp.c | if (th->fin) |
fin | 4005 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 4030 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
fin | 4053 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 4431 | net/ipv4/tcp.c | if (th->fin) |
fin | 5118 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |