Searched refs:th2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c2761 struct tcphdr *th2; local
2800 th2 = tcp_hdr(p);
2802 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) {
2815 flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
2817 flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
2820 *(u32 *)((u8 *)th2 + i);
2825 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
2833 th2 = tcp_hdr(p);
2834 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dregressions.py173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))

Completed in 88 milliseconds