Home
last modified time | relevance | path

Searched refs:ip_fw (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h159 struct ip_fw;
167 void ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
207 int ipfw_dyn_install_state(struct ip_fw_chain *chain, struct ip_fw *rule,
211 struct ip_fw *ipfw_dyn_lookup_state(const struct ip_fw_args *args,
215 int ipfw_is_dyn_rule(struct ip_fw *rule);
281 struct ip_fw { struct
294 struct ip_fw *next; /* linked list of deleted rules */ argument
303 struct ip_fw **map; /* array of rule ptrs to ease lookup */ argument
317 struct ip_fw *default_rule;
497 struct ip_fw *krule; /* resulting rule pointer */
[all …]
H A Dip_fw_sockopt.c150 static int ref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule,
154 static void unref_rule_objects(struct ip_fw_chain *chain, struct ip_fw *rule);
189 struct ip_fw *
192 struct ip_fw *rule; in ipfw_alloc_rule()
202 ipfw_free_rule(struct ip_fw *rule) in ipfw_free_rule()
225 struct ip_fw *r; in ipfw_find_rule()
246 update_skipto_cache(struct ip_fw_chain *chain, struct ip_fw **map) in update_skipto_cache()
341 static struct ip_fw **
346 struct ip_fw **map; in get_map()
352 map = malloc(i * sizeof(struct ip_fw *), M_IPFW, mflags); in get_map()
[all …]
H A Dip_fw_compat.c77 struct ip_fw *rule; /* pointer to rule */
361 struct ip_fw *krule; in convert_v0_to_v1()
430 struct ip_fw *krule; in import_rule_v0()
451 roundup2(sizeof(struct ip_fw) + cmdlen * 4 - 4, 8)); in import_rule_v0()
H A Dip_fw_table.h177 int ipfw_mark_table_kidx(struct ip_fw_chain *chain, struct ip_fw *rule,
181 void ipfw_unref_rule_tables(struct ip_fw_chain *chain, struct ip_fw *rule);
H A Dip_fw_log.c128 ipfw_log_syslog(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, in ipfw_log_syslog()
542 ipfw_copy_rule_comment(struct ip_fw *f, char *dst) in ipfw_copy_rule_comment()
566 ipfw_log_rtsock(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, in ipfw_log_rtsock()
658 ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, in ipfw_log()
H A Dip_fw_dynamic.c533 struct ip_fw *, uint32_t, uint32_t, uint32_t);
1335 struct ip_fw *
1340 struct ip_fw *rule; in ipfw_dyn_lookup_state()
1777 struct ip_fw *rule, uint32_t hashval, uint32_t limit, uint32_t kidx) in dyn_get_parent_state()
1869 uint16_t fibnum, const void *ulp, int pktlen, struct ip_fw *rule, in dyn_install_state()
1993 ipfw_dyn_install_state(struct ip_fw_chain *chain, struct ip_fw *rule, in ipfw_dyn_install_state()
2143 struct ip_fw *rule, uint32_t kidx) in dyn_acquire_rule()
2170 struct ip_fw *rule, uint32_t kidx) in dyn_release_rule()
2199 struct ip_fw *rule; in dyn_match_ipv4_state()
2224 struct ip_fw *rule; in dyn_match_ipv6_state()
[all …]
H A Dip_fw2.c153 static uint32_t jump(struct ip_fw_chain *chain, struct ip_fw *f,
1234 jump_lookup_pos(struct ip_fw_chain *chain, struct ip_fw *f, uint32_t num, in jump_lookup_pos()
1261 jump(struct ip_fw_chain *chain, struct ip_fw *f, uint32_t num, in jump()
1474 struct ip_fw *q = NULL; in ipfw_chk()
1917 struct ip_fw *f; in ipfw_chk()
3490 struct ip_fw *rule = chain->map[f_pos]; in ipfw_chk()
3647 struct ip_fw *rule = NULL; in vnet_ipfw_init()
3684 rule = ipfw_alloc_rule(chain, sizeof(struct ip_fw)); in vnet_ipfw_init()
3724 struct ip_fw *reap; in vnet_ipfw_uninit()
H A Dip_fw_eaction.c382 ipfw_reset_eaction(struct ip_fw_chain *ch, struct ip_fw *rule, in ipfw_reset_eaction()
H A Ddummynet.txt572 struct ip_fw is changed from FreeBsd 7.2 to FreeBSD 8, it is necessary
593 two structures (struct ip_fw) is that in the new there is a new field
H A Dip_fw_table.c2707 struct ip_fw *rule; in ipfw_switch_tables_namespace()
/freebsd/sys/netinet/
H A Dip_fw.h733 struct ip_fw { struct
734 struct ip_fw *x_next; /* linked list of rules */ argument
735 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument
/freebsd/share/dtrace/
H A Dipfw.d208 translator ipfw_rule_info_t < struct ip_fw *r > {
/freebsd/sys/netinet/libalias/
H A Dalias_db.c2331 struct ip_fw *rule = (struct ip_fw *)buf; in fill_rule()
2384 struct ip_fw rule; /* On-the-fly built rule */ in PunchFWHole()
2463 struct ip_fw rule; in ClearFWHole()
2480 struct ip_fw rule; /* On-the-fly built rule */ in ClearAllFWHoles()
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc265 netinet/ip_fw.h \