Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h215 int ipfw_is_dyn_rule(struct ip_fw *rule);
269 struct ip_fw { struct
282 struct ip_fw *next; /* linked list of deleted rules */ argument
306 struct ip_fw *default_rule;
486 struct ip_fw *krule; /* resulting rule pointer */
496 struct ip_fw *x_next; /* linked list of rules */
497 struct ip_fw *next_rule; /* ptr to next [skipto] rule */
657 struct ip_fw *rule);
658 void ipfw_reap_rules(struct ip_fw *head);
662 void ipfw_free_rule(struct ip_fw *rule);
[all …]
H A Dip_fw_sockopt.c202 struct ip_fw *
205 struct ip_fw *rule; in ipfw_alloc_rule()
238 struct ip_fw *r; in ipfw_find_rule()
359 struct ip_fw **map; in get_map()
442 struct ip_fw *krule; in import_rule1()
511 struct ip_fw *krule; in import_rule0()
795 struct ip_fw **map; in ipfw_add_protected_rule()
840 struct ip_fw *rule; in ipfw_reap_rules()
1093 struct ip_fw *rule; in move_objects()
1182 struct ip_fw *rule; in move_range()
[all …]
H A Dip_fw_table.h183 int ipfw_mark_table_kidx(struct ip_fw_chain *chain, struct ip_fw *rule,
187 void ipfw_unref_rule_tables(struct ip_fw_chain *chain, struct ip_fw *rule);
H A Dip_fw_dynamic.c535 struct ip_fw *, uint32_t, uint32_t, uint16_t);
1329 struct ip_fw *
1334 struct ip_fw *rule; in ipfw_dyn_lookup_state()
2134 struct ip_fw *rule, uint16_t kidx) in dyn_acquire_rule()
2161 struct ip_fw *rule, uint16_t kidx) in dyn_release_rule()
2190 struct ip_fw *rule; in dyn_match_ipv4_state()
2215 struct ip_fw *rule; in dyn_match_ipv6_state()
2796 struct ip_fw *rule; in ipfw_dyn_reset_eaction()
2877 ipfw_is_dyn_rule(struct ip_fw *rule) in ipfw_is_dyn_rule()
2970 struct ip_fw *rule; in dyn_export_ipv4_state()
[all …]
H A Dip_fw2.c148 static int jump_fast(struct ip_fw_chain *chain, struct ip_fw *f, int num,
152 static int jump_linear(struct ip_fw_chain *chain, struct ip_fw *f, int num,
1238 jump_fast(struct ip_fw_chain *chain, struct ip_fw *f, int num, in jump_fast()
1272 jump_linear(struct ip_fw_chain *chain, struct ip_fw *f, int num, in jump_linear()
1407 struct ip_fw *q = NULL; in ipfw_chk()
1839 struct ip_fw *f; in ipfw_chk()
3252 struct ip_fw *rule = chain->map[f_pos]; in ipfw_chk()
3399 struct ip_fw *rule = NULL; in vnet_ipfw_init()
3436 rule = ipfw_alloc_rule(chain, sizeof(struct ip_fw)); in vnet_ipfw_init()
3480 struct ip_fw *reap; in vnet_ipfw_uninit()
H A Dip_fw_eaction.c376 ipfw_reset_eaction(struct ip_fw_chain *ch, struct ip_fw *rule, in ipfw_reset_eaction()
H A Dip_fw_log.c101 ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen, in ipfw_log()
H A Ddummynet.txt573 struct ip_fw is changed from FreeBsd 7.2 to FreeBSD 8, it is necessary
594 two structures (struct ip_fw) is that in the new there is a new field
H A Dip_fw_table.c3015 struct ip_fw *rule; in ipfw_switch_tables_namespace()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h644 struct ip_fw { struct
645 struct ip_fw *x_next; /* linked list of rules */ argument
646 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument
704 struct ip_fw *rule; /* pointer to rule */
/f-stack/freebsd/netinet/
H A Dip_fw.h644 struct ip_fw { struct
645 struct ip_fw *x_next; /* linked list of rules */ argument
646 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument
704 struct ip_fw *rule; /* pointer to rule */
/f-stack/freebsd/netinet/libalias/
H A Dalias_db.c2620 struct ip_fw *rule = (struct ip_fw *)buf; in fill_rule()
2689 struct ip_fw rule; /* On-the-fly built rule */ in PunchFWHole()
2769 struct ip_fw rule; in ClearFWHole()
2786 struct ip_fw rule; /* On-the-fly built rule */ in ClearAllFWHoles()