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

/freebsd-13-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-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c149 int tablearg, int jump_backwards);
153 int tablearg, int jump_backwards);
417 uint32_t *tablearg)
425 if (cmd->name[0] == '\1') /* use tablearg to match */
427 &ifp->if_index, tablearg);
1237 int tablearg, int jump_backwards)
1271 int tablearg, int jump_backwards)
1835 uint32_t tablearg = 0; local
1912 chain, &tablearg);
1917 chain, &tablearg);
416 iface_match(struct ifnet *ifp, ipfw_insn_if *cmd, struct ip_fw_chain *chain, uint32_t *tablearg) argument
1236 jump_fast(struct ip_fw_chain *chain, struct ip_fw *f, int num, int tablearg, int jump_backwards) argument
1270 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.c102 struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip)
227 dummyaddr.s_addr = htonl(tablearg);
101 ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip) argument
H A Dip_fw_private.h169 struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip);
210 uint32_t tablearg);
412 (((a) == IP_FW_TARG) ? TARG_VAL(ch, tablearg, f) : (a))
H A Dip_fw_dynamic.c1982 * tablearg - tablearg id.
1991 uint32_t tablearg)
1988 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 72 milliseconds