HomeSort by: relevance | last modified time | path
    Searched refs:npc_l4 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/net/npf/
npf_alg_icmp.c 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
    [all...]
npf_inet.c 252 const struct tcphdr *th = npc->npc_l4.tcp;
280 const struct tcphdr *th = npc->npc_l4.tcp;
355 const struct tcphdr *th = npc->npc_l4.tcp;
577 npc->npc_l4.tcp = th;
644 npc->npc_l4.udp = nbuf_advance(nbuf, hlen,
650 npc->npc_l4.icmp = nbuf_advance(nbuf, hlen,
656 npc->npc_l4.icmp6 = nbuf_advance(nbuf, hlen,
668 if (__predict_false(l4flags && !npc->npc_l4.hdr)) {
731 struct tcphdr *th = npc->npc_l4.tcp;
734 struct udphdr *uh = npc->npc_l4.udp
    [all...]
npf_socket.c 130 struct tcphdr *tcp = npc->npc_l4.tcp;
131 struct udphdr *udp = npc->npc_l4.udp;
193 struct tcphdr *tcp = npc->npc_l4.tcp;
194 struct udphdr *udp = npc->npc_l4.udp;
npf_ext_normalize.c 163 th = npc->npc_l4.tcp;
193 th = npc->npc_l4.tcp;
npf_connkey.c 249 th = npc->npc_l4.tcp;
255 uh = npc->npc_l4.udp;
261 const struct icmp *ic = npc->npc_l4.icmp;
269 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6;
npf_state_tcp.c 295 const struct tcphdr * const th = npc->npc_l4.tcp;
460 const struct tcphdr * const th = npc->npc_l4.tcp;
npf_sendpkt.c 107 oth = npc->npc_l4.tcp;
npf.h 194 } npc_l4; member in struct:__anonb49106fe0208
npf_nat.c 556 const struct tcphdr *th = npc->npc_l4.tcp;
560 const struct udphdr *uh = npc->npc_l4.udp;
  /src/usr.sbin/npf/npftest/libnpftest/
npf_nat_test.c 188 const struct udphdr *uh = npc.npc_l4.udp;

Completed in 14 milliseconds