tag | line | file | source code |
fin | 1076 | net/tcp/sock.c | sk->dummy_th.fin = 0; |
fin | 134 | net/tcp/tcp.c | ,th->fin, th->syn, th->rst, th->psh, th->ack, th->urg, |
fin | 624 | net/tcp/tcp.c | t1->fin = 0; |
fin | 655 | net/tcp/tcp.c | th->fin = 0; |
fin | 1495 | net/tcp/tcp.c | t1->fin = 1; |
fin | 1592 | net/tcp/tcp.c | t1->fin = 0; |
fin | 1702 | net/tcp/tcp.c | newsk->dummy_th.fin=0; |
fin | 1946 | net/tcp/tcp.c | t1->fin = 1; |
fin | 2318 | net/tcp/tcp.c | if (skb->len == 0 && !th->fin && !th->urg && !th->psh) |
fin | 2329 | net/tcp/tcp.c | sk->acked_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 2392 | net/tcp/tcp.c | if (th->fin) th->ack_seq ++; |
fin | 2410 | net/tcp/tcp.c | if (skb->h.th->fin) |
fin | 2427 | net/tcp/tcp.c | if (skb2->h.th->fin) |
fin | 2448 | net/tcp/tcp.c | th->fin) |
fin | 2623 | net/tcp/tcp.c | t1->fin = 0; |
fin | 2826 | net/tcp/tcp.c | !th->fin && !th->syn) return (1); |
fin | 3027 | net/tcp/tcp.c | if (!th->fin) |
fin | 3075 | net/tcp/tcp.c | if (th->fin && tcp_fin (sk, th, saddr, dev)) |
fin | 3262 | net/tcp/tcp.c | if (th->fin) |
fin | 3286 | net/tcp/tcp.c | if (!th->fin) |
fin | 3346 | net/tcp/tcp.c | t1->fin = 0; |
fin | 60 | net/tcp/tcp.h | unsigned short res1:4, doff:4, fin:1, syn:1, rst:1, psh:1, |