Lines Matching defs:uh
95 const struct udphdr *uh = npc->npc_l4.udp;
96 dport = ntohs(uh->uh_dport);
265 struct udphdr uh;
280 l4.uh.uh_sport = enpc.npc_l4.udp->uh_dport;
281 l4.uh.uh_dport = enpc.npc_l4.udp->uh_sport;
282 enpc.npc_l4.udp = &l4.uh;
374 const struct udphdr *uh = enpc.npc_l4.udp;
375 old_port = uh->uh_sport;
376 l4cksum = uh->uh_sum;
431 const struct udphdr *uh = enpc.npc_l4.udp;
432 cksum = npf_fixup16_cksum(cksum, l4cksum, uh->uh_sum);