tag | line | file | source code |
fin | 274 | drivers/net/slhc.c | if(th->syn || th->fin || th->rst || |
fin | 31 | include/linux/tcp.h | fin:1, |
fin | 47 | include/linux/tcp.h | fin:1; |
fin | 891 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
fin | 828 | net/ipv4/tcp.c | th->fin = 0; |
fin | 1506 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 1635 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 341 | net/ipv4/tcp_input.c | newsk->dummy_th.fin = 0; |
fin | 1129 | net/ipv4/tcp_input.c | if (skb->len == 0 && !th->fin) |
fin | 1181 | net/ipv4/tcp_input.c | sk->acked_seq = new_seq + th->fin; |
fin | 1298 | net/ipv4/tcp_input.c | if (skb->h.th->fin) |
fin | 1317 | net/ipv4/tcp_input.c | if (skb2->h.th->fin) |
fin | 1345 | net/ipv4/tcp_input.c | sk->bytes_rcv > sk->max_unacked || th->fin || |
fin | 1537 | net/ipv4/tcp_input.c | skb->end_seq = skb->seq + th->syn + th->fin + len - th->doff*4; |
fin | 62 | net/ipv4/tcp_output.c | if(!th->syn && !th->fin) |
fin | 570 | net/ipv4/tcp_output.c | t1->fin = 0; |
fin | 651 | net/ipv4/tcp_output.c | t1->fin = 1; |
fin | 853 | net/ipv4/tcp_output.c | t1->fin = 0; |
fin | 1066 | net/ipv4/tcp_output.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |