Searched refs:nth (Results 1 – 2 of 2) sorted by relevance
843 struct tcphdr *nth; in tcp_respond() local894 (sizeof(*ip6) + sizeof(*nth))); in tcp_respond()898 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()901 (sizeof(*ip) + sizeof(*nth))); in tcp_respond()904 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()906 bcopy(th, nth, sizeof(struct tcphdr)); in tcp_respond()929 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()934 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()936 if (th != nth) { in tcp_respond()942 nth->th_sport = th->th_sport; in tcp_respond()[all …]
809 nth = self.thread_cache[th_id]810 self.threads.append(nth)811 self.thread_cache[nth['tid']] = nth