| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_var.h | 291 struct ip_fw_args; 292 typedef int (*ip_fw_chk_ptr_t)(struct ip_fw_args *args); 300 extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool); 302 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_var.h | 291 struct ip_fw_args; 292 typedef int (*ip_fw_chk_ptr_t)(struct ip_fw_args *args); 300 extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool); 302 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
|
| H A D | raw_ip.c | 106 int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *); 108 int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 85 struct ip_fw_args { struct 149 int ipfw_chk(struct ip_fw_args *args); argument 169 struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip); 208 const ipfw_insn_limit *cmd, const struct ip_fw_args *args, 211 struct ip_fw *ipfw_dyn_lookup_state(const struct ip_fw_args *args, 754 typedef int (ipfw_eaction_t)(struct ip_fw_chain *ch, struct ip_fw_args *args, 762 int ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, 790 typedef int ipfw_nat_t(struct ip_fw_args *, struct cfg_nat *, struct mbuf *);
|
| H A D | ip_fw_pfil.c | 88 static int ipfw_divert(struct mbuf **, struct ip_fw_args *, bool); 126 struct ip_fw_args args; in ipfw_check_packet() 336 struct ip_fw_args args; in ipfw_check_frame() 440 ipfw_divert(struct mbuf **m0, struct ip_fw_args *args, bool tee) in ipfw_divert()
|
| H A D | ip_fw_eaction.c | 110 default_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, in default_eaction() 450 ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, in ipfw_run_eaction()
|
| H A D | ip_dn_private.h | 407 int dummynet_io(struct mbuf **, struct ip_fw_args *);
|
| H A D | ip_dn_io.c | 837 tag_mbuf(struct mbuf *m, int dir, struct ip_fw_args *fwa) in tag_mbuf() 865 dummynet_io(struct mbuf **m0, struct ip_fw_args *fwa) in dummynet_io()
|
| H A D | ip_fw_log.c | 102 struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip) in ipfw_log()
|
| H A D | ip_fw2.c | 889 send_reject6(struct ip_fw_args *args, int code, u_int hlen, struct ip6_hdr *ip6) in send_reject6() 998 send_reject(struct ip_fw_args *args, int code, int iplen, struct ip *ip) in send_reject() 1104 check_uidgid(ipfw_insn_u32 *insn, struct ip_fw_args *args, int *ugid_lookupp, in check_uidgid() 1222 set_match(struct ip_fw_args *args, int slot, in set_match() 1324 ipfw_chk(struct ip_fw_args *args) in ipfw_chk()
|
| H A D | ip_fw_dynamic.c | 515 static uint32_t dyn_getscopeid(const struct ip_fw_args *); 1169 dyn_getscopeid(const struct ip_fw_args *args) in dyn_getscopeid() 1330 ipfw_dyn_lookup_state(const struct ip_fw_args *args, const void *ulp, in ipfw_dyn_lookup_state() 1989 const ipfw_insn_limit *cmd, const struct ip_fw_args *args, in ipfw_dyn_install_state()
|
| H A D | ip_fw_nat.c | 292 ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m) in ipfw_nat()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64clat.h | 51 int ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args,
|
| H A D | nat64stl.h | 56 int ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args,
|
| H A D | nat64clat.c | 206 ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nat64clat()
|
| H A D | nat64lsn.h | 252 int ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args,
|
| H A D | nat64stl.c | 207 ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nat64stl()
|
| H A D | nat64lsn.c | 1572 ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args, in ipfw_nat64lsn()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ipfw.c | 75 static int ng_ipfw_input(struct mbuf **, struct ip_fw_args *, bool); 286 ng_ipfw_input(struct mbuf **m0, struct ip_fw_args *fwa, bool tee) in ng_ipfw_input()
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | dn_test.h | 128 struct ip_fw_args { struct
|
| /f-stack/freebsd/netpfil/ipfw/pmod/ |
| H A D | tcpmod.c | 176 ipfw_tcpmod(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_tcpmod()
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 349 ipfw_nptv6(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nptv6()
|