Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_offload.c185 struct tcphdr *th2; in tcp_gro_receive() local
224 th2 = tcp_hdr(p); in tcp_gro_receive()
226 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) { in tcp_gro_receive()
240 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()
242 flush |= (__force int)(th->ack_seq ^ th2->ack_seq); in tcp_gro_receive()
245 *(u32 *)((u8 *)th2 + i); in tcp_gro_receive()
261 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive()
271 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_test_007.cpp91 pthread_t th2; in Testcase() local
100 pthread_create(&th2, &attr, PthreadFunc2115, NULL); in Testcase()
Dpthread_test_008.cpp91 pthread_t th2; in Testcase() local
100 pthread_create(&th2, &attr, PthreadFunc2115, NULL); in Testcase()