tag | line | file | source code |
fin | 274 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
fin | 33 | include/linux/tcp.h | fin:1, |
fin | 47 | include/linux/tcp.h | fin:1, |
fin | 53 | include/linux/tcp.h | fin:1, |
fin | 657 | net/inet/af_inet.c | sk->dummy_th.fin = 0; |
fin | 887 | net/inet/tcp.c | if(!th->syn && !th->fin) |
fin | 1044 | net/inet/tcp.c | t1->fin = 0; |
fin | 1083 | net/inet/tcp.c | th->fin = 0; |
fin | 1710 | net/inet/tcp.c | if (skb->h.th->fin) |
fin | 1798 | net/inet/tcp.c | if (skb->h.th->fin) |
fin | 1932 | net/inet/tcp.c | t1->fin = 1; |
fin | 2078 | net/inet/tcp.c | t1->fin = 0; |
fin | 2291 | net/inet/tcp.c | newsk->dummy_th.fin = 0; |
fin | 2607 | net/inet/tcp.c | t1->fin = 1; |
fin | 3257 | net/inet/tcp.c | sk->fin_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 3361 | net/inet/tcp.c | if (skb->len == 0 && !th->fin && !th->urg && !th->psh) |
fin | 3411 | net/inet/tcp.c | sk->acked_seq = new_seq + th->fin; |
fin | 3505 | net/inet/tcp.c | if (th->fin) |
fin | 3541 | net/inet/tcp.c | if (skb->h.th->fin) |
fin | 3566 | net/inet/tcp.c | if (skb2->h.th->fin) |
fin | 3589 | net/inet/tcp.c | sk->bytes_rcv > sk->max_unacked || th->fin) { |
fin | 3963 | net/inet/tcp.c | if (th->fin) |
fin | 4495 | net/inet/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |