Searched refs:tablearg (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64stl.c87 struct mbuf *m, uint32_t tablearg)
100 daddr = TARG_VAL(chain, tablearg, nh6);
117 struct mbuf *m, uint32_t tablearg)
123 aaddr = htonl(TARG_VAL(chain, tablearg, nh4));
155 uint32_t tablearg; local
193 sizeof(struct in6_addr), &ip6i->ip6_dst, &tablearg) == 0) {
203 htonl(TARG_VAL(chain, tablearg, nh4)), 0, &cfg->base, logdata));
213 uint32_t tablearg; local
230 &dst4, &tablearg);
234 sizeof(struct in6_addr), &args->f_id.src_ip6, &tablearg);
86 nat64stl_handle_ip4(struct ip_fw_chain *chain, struct nat64stl_cfg *cfg, struct mbuf *m, uint32_t tablearg) argument
116 nat64stl_handle_ip6(struct ip_fw_chain *chain, struct nat64stl_cfg *cfg, struct mbuf *m, uint32_t tablearg) argument
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c133 int tablearg, int jump_backwards);
137 int tablearg, int jump_backwards);
400 uint32_t *tablearg)
408 if (cmd->name[0] == '\1') /* use tablearg to match */
410 &ifp->if_index, tablearg);
1223 int tablearg, int jump_backwards)
1257 int tablearg, int jump_backwards)
1784 uint32_t tablearg = 0; local
1861 (ipfw_insn_if *)cmd, chain, &tablearg);
1866 chain, &tablearg);
399 iface_match(struct ifnet *ifp, ipfw_insn_if *cmd, struct ip_fw_chain *chain, uint32_t *tablearg) argument
1222 jump_fast(struct ip_fw_chain *chain, struct ip_fw *f, int num, int tablearg, int jump_backwards) argument
1256 jump_linear(struct ip_fw_chain *chain, struct ip_fw *f, int num, int tablearg, int jump_backwards) argument
[all...]
H A Dip_fw_log.c101 u_short offset, uint32_t tablearg, struct ip *ip)
223 dummyaddr.s_addr = htonl(tablearg);
99 ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, struct ip_fw_args *args, struct mbuf *m, struct ifnet *oif, u_short offset, uint32_t tablearg, struct ip *ip) argument
H A Dip_fw_private.h183 u_short offset, uint32_t tablearg, struct ip *ip);
224 uint32_t tablearg);
425 (((a) == IP_FW_TARG) ? TARG_VAL(ch, tablearg, f) : (a))
H A Dip_fw_dynamic.c1984 * tablearg - tablearg id.
1993 uint32_t tablearg)
1990 ipfw_dyn_install_state(struct ip_fw_chain *chain, struct ip_fw *rule, const ipfw_insn_limit *cmd, const struct ip_fw_args *args, const void *ulp, int pktlen, struct ipfw_dyn_info *info, uint32_t tablearg) argument

Completed in 121 milliseconds