tag | line | file | source code |
fin | 1075 | 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 | 1703 | net/tcp/tcp.c | newsk->dummy_th.fin=0; |
fin | 1947 | net/tcp/tcp.c | t1->fin = 1; |
fin | 2319 | net/tcp/tcp.c | if (skb->len == 0 && !th->fin && !th->urg && !th->psh) |
fin | 2330 | net/tcp/tcp.c | sk->acked_seq = th->seq + skb->len + th->syn + th->fin; |
fin | 2393 | net/tcp/tcp.c | if (th->fin) th->ack_seq ++; |
fin | 2411 | net/tcp/tcp.c | if (skb->h.th->fin) |
fin | 2428 | net/tcp/tcp.c | if (skb2->h.th->fin) |
fin | 2449 | net/tcp/tcp.c | th->fin) |
fin | 2624 | net/tcp/tcp.c | t1->fin = 0; |
fin | 2827 | net/tcp/tcp.c | !th->fin && !th->syn) return (1); |
fin | 3028 | net/tcp/tcp.c | if (!th->fin) |
fin | 3076 | net/tcp/tcp.c | if (th->fin && tcp_fin (sk, th, saddr, dev)) |
fin | 3263 | net/tcp/tcp.c | if (th->fin) |
fin | 3287 | net/tcp/tcp.c | if (!th->fin) |
fin | 3347 | 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, |