tag | line | file | source code |
fin | 273 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
fin | 32 | include/linux/tcp.h | fin:1, |
fin | 46 | include/linux/tcp.h | fin:1, |
fin | 52 | include/linux/tcp.h | fin:1, |
fin | 66 | include/linux/tcp.h | fin:1, |
fin | 72 | include/linux/tcp.h | fin:1, |
fin | 86 | include/linux/tcp.h | fin:1, |
fin | 687 | net/inet/af_inet.c | sk->dummy_th.fin = 0; |
fin | 1142 | net/inet/tcp.c | if(!th->syn && !th->fin) |
fin | 1370 | net/inet/tcp.c | t1->fin = 0; |
fin | 1420 | net/inet/tcp.c | th->fin = 0; |
fin | 2078 | net/inet/tcp.c | if (skb->h.th->fin) |
fin | 2209 | net/inet/tcp.c | if (skb->h.th->fin) |
fin | 2371 | net/inet/tcp.c | t1->fin = 1; |
fin | 2565 | net/inet/tcp.c | t1->fin = 0; |
fin | 2790 | net/inet/tcp.c | newsk->dummy_th.fin = 0; |
fin | 3709 | net/inet/tcp.c | sk->fin_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 3813 | net/inet/tcp.c | if (skb->len == 0 && !th->fin && !th->urg && !th->psh) |
fin | 3865 | net/inet/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 3957 | net/inet/tcp.c | if (th->fin) |
fin | 3993 | net/inet/tcp.c | if (skb->h.th->fin) |
fin | 4018 | net/inet/tcp.c | if (skb2->h.th->fin) |
fin | 4041 | net/inet/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 4421 | net/inet/tcp.c | if (th->fin) |
fin | 4962 | net/inet/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |