tag | line | file | source code |
fin | 274 | 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 | 891 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
fin | 1482 | net/ipv4/tcp.c | if(!th->syn && !th->fin) |
fin | 1713 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 1760 | net/ipv4/tcp.c | th->fin = 0; |
fin | 2446 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2575 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 2748 | net/ipv4/tcp.c | t1->fin = 1; |
fin | 2907 | net/ipv4/tcp.c | t1->fin = 0; |
fin | 3154 | net/ipv4/tcp.c | newsk->dummy_th.fin = 0; |
fin | 4201 | net/ipv4/tcp.c | if (skb->len == 0 && !th->fin) |
fin | 4253 | net/ipv4/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 4370 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 4389 | net/ipv4/tcp.c | if (skb2->h.th->fin) |
fin | 4417 | net/ipv4/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin || |
fin | 4948 | net/ipv4/tcp.c | skb->end_seq = skb->seq + th->syn + th->fin + len - th->doff*4; |
fin | 5504 | net/ipv4/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |