Searched refs:fin (Results 1 - 24 of 24) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtcp.h31 fin:1, member in struct:tcphdr
49 fin:1; member in struct:tcphdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtcp.h31 fin:1, member in struct:tcphdr
49 fin:1; member in struct:tcphdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dg450_pll.c24 static inline unsigned int g450_f2vco(unsigned char p, unsigned int fin) { argument
25 return (p & 0x40) ? fin : fin << ((p & 3) + 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_proto_tcp.c80 /*fin*/ {sTW, sFW, sSS, sTW, sFW, sTW, sCL, sTW, sLA, sLI },
89 /*fin*/ {sCL, sCW, sSS, sTW, sTW, sTW, sCL, sCW, sLA, sLI },
146 else if (tcph->fin) return 1;
H A Dipt_LOG.c109 if (tcph->fin)
H A Dipt_REJECT.c99 tcph->ack_seq = htonl(ntohl(otcph->seq) + otcph->syn + otcph->fin
H A Dip_conntrack_pptp.c29 * CALL_DISCONNECT_NOTIFY or tcp fin packet was seen
538 if (tcph->fin || tcph->rst) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_proto_tcp.c78 /*fin*/ {sTW, sFW, sSS, sTW, sFW, sTW, sCL, sTW, sLA, sLI },
87 /*fin*/ {sCL, sCW, sSS, sTW, sTW, sTW, sCL, sCW, sLA, sLI },
139 else if (tcph->fin) return 1;
H A Dipt_LOG.c109 if (tcph->fin)
H A Dip_conntrack_pptp.c452 if (tcph->fin || tcph->rst) {
H A Dipt_REJECT.c99 tcph->ack_seq = htonl(ntohl(otcph->seq) + otcph->syn + otcph->fin
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp.c499 answ -= ((struct sk_buff*)sk->receive_queue.prev)->h.th->fin;
1392 if (offset < skb->len || skb->h.th->fin) {
1444 if (skb->h.th->fin) {
1538 if (skb->h.th->fin)
1715 if (skb->h.th->fin)
1919 u32 len = TCP_SKB_CB(skb)->end_seq - TCP_SKB_CB(skb)->seq - skb->h.th->fin;
H A Dtcp_input.c2219 * If we are ESTABLISHED, a received fin moves us to CLOSE-WAIT
2508 if(skb->h.th->fin)
2562 eaten = (chunk == skb->len && !th->fin);
2581 if(th->fin)
2756 if (!skb->h.th->syn && !skb->h.th->fin &&
2767 if (skb == tail || skb->h.th->syn || skb->h.th->fin)
2814 if (skb == tail || skb->h.th->syn || skb->h.th->fin)
3816 after(TCP_SKB_CB(skb)->end_seq - th->fin, tp->rcv_nxt))) {
3825 } else if (th->fin || sk->lock.users) {
3877 after(TCP_SKB_CB(skb)->end_seq - th->fin, t
[all...]
H A Dtcp_minisocks.c121 * NOTE. With recycling (and later with fin-wait-2) TW bucket
170 if (!th->fin || TCP_SKB_CB(skb)->end_seq != tw->rcv_nxt+1) {
344 * Move a socket to time-wait or dead fin-wait-2 state.
H A Dtcp_ipv4.c1171 rth.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin
1744 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6t_LOG.c182 if (tcph->fin)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dapplicom.c258 goto fin;
307 fin:
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dibmlana.c121 unsigned long fin = jiffies + timeout; local
123 while (jiffies != fin)
H A Dslhc.c274 if(hlen > isize || th->syn || th->fin || th->rst ||
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dbttv-driver.c307 static void set_pll_freq(struct bttv *btv, unsigned int fin, unsigned int fout) argument
312 fin/=4;
316 fi=fout/fin;
318 fout=(fout%fin)*256;
319 fh=fout/fin;
321 fout=(fout%fin)*256;
322 fl=fout/fin;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_htb.c1031 if (!sch->q.qlen) goto fin;
1060 goto fin;
1074 fin:
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c970 t1->ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin
1561 TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S4080 long fin - tbl_unsupp # 00: fmove
8450 # fin(): emulates the fmove instruction #
8486 bra.b fin
8493 global fin
8494 fin: label
H A Dfpsp.S11340 # fin() - emulate an fmove instruction #
11394 bsr.l fin
11411 long fin - tbl_unsupp # 00: fmove
12019 # fin(): emulates the fmove instruction #
12055 bra.b fin
12062 global fin
12063 fin: label

Completed in 198 milliseconds