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 | 901 | net/ipv4/ip_fw.c | if (ms->sawfin || th->fin) |
fin | 825 | net/ipv4/tcp.c | printk("TCP=<off:%d a:%d s:%d f:%d>\n", th->doff*4, th->ack, th->syn, th->fin); |
fin | 1497 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 1626 | net/ipv4/tcp.c | if (skb->h.th->fin) |
fin | 1211 | net/ipv4/tcp_input.c | if (skb->len == 0 && !th->fin) |
fin | 1263 | net/ipv4/tcp_input.c | sk->acked_seq = new_seq + th->fin; |
fin | 1380 | net/ipv4/tcp_input.c | if (skb->h.th->fin) |
fin | 1399 | net/ipv4/tcp_input.c | if (skb2->h.th->fin) |
fin | 1427 | net/ipv4/tcp_input.c | sk->bytes_rcv > sk->max_unacked || th->fin || |
fin | 1619 | 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 | 634 | net/ipv4/tcp_output.c | t1->fin = 1; |