Lines Matching defs:th
90 const struct tcphdr *th = npc->npc_l4.tcp;
91 dport = ntohs(th->th_dport);
264 struct tcphdr th;
275 l4.th.th_sport = enpc.npc_l4.tcp->th_dport;
276 l4.th.th_dport = enpc.npc_l4.tcp->th_sport;
277 enpc.npc_l4.tcp = &l4.th;
368 const struct tcphdr *th = enpc.npc_l4.tcp;
369 old_port = th->th_sport;
370 l4cksum = th->th_sum;
425 const struct tcphdr *th = enpc.npc_l4.tcp;
426 cksum = npf_fixup16_cksum(cksum, l4cksum, th->th_sum);