Home | History | Annotate | Download | only in npf

Lines Matching refs:npc_l4

90 		const struct tcphdr *th = npc->npc_l4.tcp;
95 const struct udphdr *uh = npc->npc_l4.udp;
216 const struct icmp *ic = npc->npc_l4.icmp;
220 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6;
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;
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;
285 const struct icmp *ic = enpc.npc_l4.icmp;
293 const struct icmp6_hdr *ic6 = enpc.npc_l4.icmp6;
333 ic = npc->npc_l4.icmp;
368 const struct tcphdr *th = enpc.npc_l4.tcp;
374 const struct udphdr *uh = enpc.npc_l4.udp;
425 const struct tcphdr *th = enpc.npc_l4.tcp;
431 const struct udphdr *uh = enpc.npc_l4.udp;
438 ic = npc->npc_l4.icmp;