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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp.c2270 struct tcphdr *th2; local
2299 th2 = tcp_hdr(p);
2301 if ((th->source ^ th2->source) | (th->dest ^ th2->dest)) {
2314 flush |= (flags ^ tcp_flag_word(th2)) &
2316 flush |= (th->ack_seq ^ th2->ack_seq) | (th->window ^ th2->window);
2319 *(u32 *)((u8 *)th2 + i);
2324 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
2332 th2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))

Completed in 38 milliseconds