Home
last modified time | relevance | path

Searched refs:ip_fw_args (Results 1 – 22 of 22) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_var.h291 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 Dip_var.h291 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 Draw_ip.c106 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 Dip_fw_private.h85 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 Dip_fw_pfil.c88 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 Dip_fw_eaction.c110 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 Dip_dn_private.h407 int dummynet_io(struct mbuf **, struct ip_fw_args *);
H A Dip_dn_io.c837 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 Dip_fw_log.c102 struct ip_fw_args *args, u_short offset, uint32_t tablearg, struct ip *ip) in ipfw_log()
H A Dip_fw2.c889 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 Dip_fw_dynamic.c515 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 Dip_fw_nat.c292 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 Dnat64clat.h51 int ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args,
H A Dnat64stl.h56 int ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args,
H A Dnat64clat.c206 ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nat64clat()
H A Dnat64lsn.h252 int ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args,
H A Dnat64stl.c207 ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nat64stl()
H A Dnat64lsn.c1572 ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args, in ipfw_nat64lsn()
/f-stack/freebsd/netgraph/
H A Dng_ipfw.c75 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 Ddn_test.h128 struct ip_fw_args { struct
/f-stack/freebsd/netpfil/ipfw/pmod/
H A Dtcpmod.c176 ipfw_tcpmod(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_tcpmod()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c349 ipfw_nptv6(struct ip_fw_chain *chain, struct ip_fw_args *args, in ipfw_nptv6()