Symbol: ip_fw_args
sys/netgraph/ng_ipfw.c
284
ng_ipfw_input(struct mbuf **m0, struct ip_fw_args *fwa, bool tee)
sys/netgraph/ng_ipfw.c
73
static int ng_ipfw_input(struct mbuf **, struct ip_fw_args *, bool);
sys/netinet/ip_var.h
321
struct ip_fw_args;
sys/netinet/ip_var.h
329
extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
sys/netinet/ip_var.h
331
extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
sys/netinet/raw_ip.c
97
int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
sys/netinet/raw_ip.c
99
int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
sys/netpfil/ipfw/ip_dn_io.c
873
tag_mbuf(struct mbuf *m, int dir, struct ip_fw_args *fwa)
sys/netpfil/ipfw/ip_dn_io.c
906
dummynet_io(struct mbuf **m0, struct ip_fw_args *fwa)
sys/netpfil/ipfw/ip_dn_private.h
408
int dummynet_io(struct mbuf **, struct ip_fw_args *);
sys/netpfil/ipfw/ip_fw2.c
1000
send_reject(struct ip_fw_args *args, int code, uint16_t mtu, int iplen,
sys/netpfil/ipfw/ip_fw2.c
1106
check_uidgid(ipfw_insn_u32 *insn, struct ip_fw_args *args, int *ugid_lookupp,
sys/netpfil/ipfw/ip_fw2.c
1224
set_match(struct ip_fw_args *args, int slot,
sys/netpfil/ipfw/ip_fw2.c
1403
ipfw_chk(struct ip_fw_args *args)
sys/netpfil/ipfw/ip_fw2.c
890
send_reject6(struct ip_fw_args *args, int code, u_int hlen,
sys/netpfil/ipfw/ip_fw_bpf.c
119
ipfw_bpf_tap(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_dynamic.c
1189
dyn_getscopeid(const struct ip_fw_args *args)
sys/netpfil/ipfw/ip_fw_dynamic.c
1377
ipfw_dyn_lookup_state(const struct ip_fw_args *args, const void *ulp,
sys/netpfil/ipfw/ip_fw_dynamic.c
2040
const ipfw_insn_limit *cmd, const struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_dynamic.c
513
static uint32_t dyn_getscopeid(const struct ip_fw_args *);
sys/netpfil/ipfw/ip_fw_eaction.c
109
default_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_eaction.c
457
ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_log.c
104
struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip)
sys/netpfil/ipfw/ip_fw_log.c
447
ipfw_rtsocklog_fill_l3(struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_log.c
485
struct ip_fw_args *args, ipfw_insn *cmd, uint32_t tablearg,
sys/netpfil/ipfw/ip_fw_log.c
618
struct ip_fw_args *args, u_short offset, uint32_t tablearg, void *_eh)
sys/netpfil/ipfw/ip_fw_log.c
715
struct ip_fw_args *args, u_short offset, uint32_t tablearg,
sys/netpfil/ipfw/ip_fw_nat.c
292
ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m)
sys/netpfil/ipfw/ip_fw_pfil.c
124
struct ip_fw_args args;
sys/netpfil/ipfw/ip_fw_pfil.c
335
struct ip_fw_args args = {
sys/netpfil/ipfw/ip_fw_pfil.c
415
struct ip_fw_args args = {
sys/netpfil/ipfw/ip_fw_pfil.c
481
ipfw_divert(struct mbuf **m0, struct ip_fw_args *args, bool tee)
sys/netpfil/ipfw/ip_fw_pfil.c
86
static int ipfw_divert(struct mbuf **, struct ip_fw_args *, bool);
sys/netpfil/ipfw/ip_fw_private.h
150
int ipfw_chk(struct ip_fw_args *args);
sys/netpfil/ipfw/ip_fw_private.h
169
void ipfw_bpf_tap(struct ip_fw_chain *, struct ip_fw_args *, struct ip *,
sys/netpfil/ipfw/ip_fw_private.h
173
struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip,
sys/netpfil/ipfw/ip_fw_private.h
213
const ipfw_insn_limit *cmd, const struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
216
struct ip_fw *ipfw_dyn_lookup_state(const struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
757
typedef int (ipfw_eaction_t)(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
765
int ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64clat.c
203
ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64clat.h
49
int ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64lsn.c
1720
ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64lsn.h
272
int ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64stl.c
204
ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64stl.h
54
int ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nptv6/nptv6.c
347
ipfw_nptv6(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/pmod/tcpmod.c
176
ipfw_tcpmod(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/pf/pf.c
10515
const struct pf_kstate *s, struct ip_fw_args *dnflow)
sys/netpfil/pf/pf.c
10666
struct ip_fw_args dnflow;
sys/netpfil/pf/pf.c
5864
struct ip_fw_args dnflow;