Home
last modified time | relevance | path

Searched refs:npc_l4 (Results 1 – 8 of 8) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/npf/
H A Dnpf_alg_icmp.c90 const struct tcphdr *th = npc->npc_l4.tcp; in npfa_icmp_match()
95 const struct udphdr *uh = npc->npc_l4.udp; in npfa_icmp_match()
227 const struct icmp *ic = npc->npc_l4.icmp; in npfa_icmp_inspect()
275 l4.th.th_sport = enpc.npc_l4.tcp->th_dport; in npfa_icmp_conn()
277 enpc.npc_l4.tcp = &l4.th; in npfa_icmp_conn()
282 enpc.npc_l4.udp = &l4.uh; in npfa_icmp_conn()
285 const struct icmp *ic = enpc.npc_l4.icmp; in npfa_icmp_conn()
327 struct icmp *ic = npc->npc_l4.icmp; in npfa_icmp_nat()
353 const struct tcphdr *th = enpc.npc_l4.tcp; in npfa_icmp_nat()
359 const struct udphdr *uh = enpc.npc_l4.udp; in npfa_icmp_nat()
[all …]
H A Dnpf_inet.c201 const struct tcphdr *th = npc->npc_l4.tcp; in npf_tcpsaw()
228 const struct tcphdr *th = npc->npc_l4.tcp; in npf_fetch_tcpopts()
466 npc->npc_l4.tcp = nbuf_advance(nbuf, hlen, in npf_cache_all()
472 npc->npc_l4.udp = nbuf_advance(nbuf, hlen, in npf_cache_all()
478 npc->npc_l4.icmp = nbuf_advance(nbuf, hlen, in npf_cache_all()
484 npc->npc_l4.icmp6 = nbuf_advance(nbuf, hlen, in npf_cache_all()
498 if (l4flags && npc->npc_l4.hdr) { in npf_cache_all()
548 struct tcphdr *th = npc->npc_l4.tcp; in npf_rwrport()
551 struct udphdr *uh = npc->npc_l4.udp; in npf_rwrport()
598 struct tcphdr *th = npc->npc_l4.tcp; in npf_rwrcksum()
[all …]
H A Dnpf_state_tcp.c296 const struct tcphdr * const th = npc->npc_l4.tcp; in npf_tcp_inwindow()
461 const struct tcphdr * const th = npc->npc_l4.tcp; in npf_state_tcp()
H A Dnpf_conn.c260 th = npc->npc_l4.tcp; in npf_conn_conkey()
266 uh = npc->npc_l4.udp; in npf_conn_conkey()
272 const struct icmp *ic = npc->npc_l4.icmp; in npf_conn_conkey()
280 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6; in npf_conn_conkey()
H A Dnpf_ext_normalize.c147 struct tcphdr *th = npc->npc_l4.tcp; in npf_normalize()
H A Dnpf.h169 } npc_l4; member
H A Dnpf_sendpkt.c81 oth = npc->npc_l4.tcp; in npf_return_tcp()
H A Dnpf_nat.c591 const struct tcphdr *th = npc->npc_l4.tcp; in npf_nat_create()
595 const struct udphdr *uh = npc->npc_l4.udp; in npf_nat_create()