tag | line | file | source code |
fin | 261 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
fin | 32 | include/linux/tcp.h | fin:1, |
fin | 47 | include/linux/tcp.h | fin:1, |
fin | 627 | net/inet/af_inet.c | sk->dummy_th.fin = 0; |
fin | 635 | net/inet/tcp.c | if(!th->syn && !th->fin) |
fin | 792 | net/inet/tcp.c | t1->fin = 0; |
fin | 830 | net/inet/tcp.c | th->fin = 0; |
fin | 1669 | net/inet/tcp.c | t1->fin = 1; |
fin | 1808 | net/inet/tcp.c | t1->fin = 0; |
fin | 2005 | net/inet/tcp.c | newsk->dummy_th.fin = 0; |
fin | 2319 | net/inet/tcp.c | t1->fin = 1; |
fin | 2960 | net/inet/tcp.c | if (skb->len == 0 && !th->fin && !th->urg && !th->psh) |
fin | 2984 | net/inet/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 3079 | net/inet/tcp.c | if (th->fin) |
fin | 3112 | net/inet/tcp.c | if (skb->h.th->fin) |
fin | 3139 | net/inet/tcp.c | if (skb2->h.th->fin) |
fin | 3164 | net/inet/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 3308 | net/inet/tcp.c | sk->fin_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 3616 | net/inet/tcp.c | if (th->fin) |
fin | 3808 | net/inet/tcp.c | if(!(sk->shutdown & RCV_SHUTDOWN) && sk->state==TCP_ESTABLISHED && !th->urg && !th->syn && !th->fin && !th->rst) |
fin | 3976 | net/inet/tcp.c | if (th->fin && tcp_fin(skb, sk, th, saddr, dev)) { |
fin | 4164 | net/inet/tcp.c | if (th->fin) |
fin | 4186 | net/inet/tcp.c | if (!th->fin) |
fin | 4263 | net/inet/tcp.c | t1->fin = 0; |