| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 86 struct ip_fw_args { struct 150 int ipfw_chk(struct ip_fw_args *args); argument 169 void ipfw_bpf_tap(struct ip_fw_chain *, struct ip_fw_args *, struct ip *, 173 struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip, 213 const ipfw_insn_limit *cmd, const struct ip_fw_args *args, 216 struct ip_fw *ipfw_dyn_lookup_state(const struct ip_fw_args *args, 757 typedef int (ipfw_eaction_t)(struct ip_fw_chain *ch, struct ip_fw_args *args, 765 int ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, 793 typedef int ipfw_nat_t(struct ip_fw_args *, struct cfg_nat *, struct mbuf *);
|
| H A D | ip_fw_pfil.c | 86 static int ipfw_divert(struct mbuf **, struct ip_fw_args *, bool); 124 struct ip_fw_args args; in ipfw_check_packet() 335 struct ip_fw_args args = { in ipfw_check_frame_mbuf() 415 struct ip_fw_args args = { in ipfw_check_frame_mem() 481 ipfw_divert(struct mbuf **m0, struct ip_fw_args *args, bool tee) in ipfw_divert()
|
| H A D | ip_fw_log.c | 104 struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip) in ipfw_log_syslog() 447 ipfw_rtsocklog_fill_l3(struct ip_fw_args *args, in ipfw_rtsocklog_fill_l3() 485 struct ip_fw_args *args, ipfw_insn *cmd, uint32_t tablearg, in ipfw_rtsocklog_handle_tablearg() 618 struct ip_fw_args *args, u_short offset, uint32_t tablearg, void *_eh) in ipfw_log_rtsock() 715 struct ip_fw_args *args, u_short offset, uint32_t tablearg, in ipfw_log()
|
| H A D | ip_fw_eaction.c | 109 default_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, in default_eaction() 457 ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, in ipfw_run_eaction()
|
| H A D | ip_fw_bpf.c | 119 ipfw_bpf_tap(struct ip_fw_chain *ch, struct ip_fw_args *args, in ipfw_bpf_tap()
|
| H A D | ip_dn_private.h | 408 int dummynet_io(struct mbuf **, struct ip_fw_args *);
|
| H A D | ip_dn_io.c | 873 tag_mbuf(struct mbuf *m, int dir, struct ip_fw_args *fwa) in tag_mbuf() 906 dummynet_io(struct mbuf **m0, struct ip_fw_args *fwa) in dummynet_io()
|
| H A D | ip_fw2.c | 892 send_reject6(struct ip_fw_args *args, int code, u_int hlen, in send_reject6() 1002 send_reject(struct ip_fw_args *args, int code, uint16_t mtu, int iplen, in send_reject() 1108 check_uidgid(ipfw_insn_u32 *insn, struct ip_fw_args *args, int *ugid_lookupp, in check_uidgid() 1226 set_match(struct ip_fw_args *args, int slot, in set_match() 1405 ipfw_chk(struct ip_fw_args *args) in ipfw_chk()
|
| H A D | ip_fw_dynamic.c | 513 static uint32_t dyn_getscopeid(const struct ip_fw_args *); 1189 dyn_getscopeid(const struct ip_fw_args *args) in dyn_getscopeid() 1377 ipfw_dyn_lookup_state(const struct ip_fw_args *args, const void *ulp, in ipfw_dyn_lookup_state() 2040 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()
|
| /freebsd/sys/netinet/ |
| H A D | ip_var.h | 321 struct ip_fw_args; 329 extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool); 331 extern int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *);
|
| H A D | raw_ip.c | 98 int (*ip_dn_io_ptr)(struct mbuf **, struct ip_fw_args *); 100 int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
|
| /freebsd/sys/netpfil/ipfw/nat64/ |
| H A D | nat64clat.h | 49 int ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args,
|
| H A D | nat64stl.h | 54 int ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args,
|
| H A D | nat64clat.c | 203 ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nat64clat()
|
| H A D | nat64lsn.h | 272 int ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args,
|
| H A D | nat64stl.c | 204 ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nat64stl()
|
| H A D | nat64lsn.c | 1720 ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args, in ipfw_nat64lsn()
|
| /freebsd/sys/netgraph/ |
| H A D | ng_ipfw.c | 73 static int ng_ipfw_input(struct mbuf **, struct ip_fw_args *, bool); 284 ng_ipfw_input(struct mbuf **m0, struct ip_fw_args *fwa, bool tee) in ng_ipfw_input()
|
| /freebsd/sys/netpfil/ipfw/test/ |
| H A D | dn_test.h | 127 struct ip_fw_args { struct
|
| /freebsd/sys/netpfil/ipfw/pmod/ |
| H A D | tcpmod.c | 176 ipfw_tcpmod(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_tcpmod()
|
| /freebsd/share/dtrace/ |
| H A D | ipfw.d | 148 translator ipfw_match_info_t < struct ip_fw_args *p > {
|
| /freebsd/sys/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 347 ipfw_nptv6(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nptv6()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.c | 5827 struct ip_fw_args dnflow; in pf_test_eth_rule() 10491 const struct pf_kstate *s, struct ip_fw_args *dnflow) in pf_pdesc_to_dnflow() 10642 struct ip_fw_args dnflow; in pf_dummynet_route()
|