Symbol: ip_fw
sys/netinet/ip_fw.h
764
struct ip_fw *x_next; /* linked list of rules */
sys/netinet/ip_fw.h
765
struct ip_fw *next_rule; /* ptr to next [skipto] rule */
sys/netinet/libalias/alias_db.c
2369
struct ip_fw *rule = (struct ip_fw *)buf;
sys/netinet/libalias/alias_db.c
2422
struct ip_fw rule; /* On-the-fly built rule */
sys/netinet/libalias/alias_db.c
2501
struct ip_fw rule;
sys/netinet/libalias/alias_db.c
2518
struct ip_fw rule; /* On-the-fly built rule */
sys/netpfil/ipfw/ip_fw2.c
1235
jump_lookup_pos(struct ip_fw_chain *chain, struct ip_fw *f, uint32_t num,
sys/netpfil/ipfw/ip_fw2.c
1262
jump(struct ip_fw_chain *chain, struct ip_fw *f, uint32_t num,
sys/netpfil/ipfw/ip_fw2.c
1486
struct ip_fw *q = NULL;
sys/netpfil/ipfw/ip_fw2.c
154
static uint32_t jump(struct ip_fw_chain *chain, struct ip_fw *f,
sys/netpfil/ipfw/ip_fw2.c
1935
struct ip_fw *f;
sys/netpfil/ipfw/ip_fw2.c
3544
struct ip_fw *rule = chain->map[f_pos];
sys/netpfil/ipfw/ip_fw2.c
3698
struct ip_fw *rule = NULL;
sys/netpfil/ipfw/ip_fw2.c
3737
rule = ipfw_alloc_rule(chain, sizeof(struct ip_fw));
sys/netpfil/ipfw/ip_fw2.c
3776
struct ip_fw *reap;
sys/netpfil/ipfw/ip_fw_compat.c
361
struct ip_fw *krule;
sys/netpfil/ipfw/ip_fw_compat.c
430
struct ip_fw *krule;
sys/netpfil/ipfw/ip_fw_compat.c
451
roundup2(sizeof(struct ip_fw) + cmdlen * 4 - 4, 8));
sys/netpfil/ipfw/ip_fw_compat.c
77
struct ip_fw *rule; /* pointer to rule */
sys/netpfil/ipfw/ip_fw_dynamic.c
1341
dyn_handle_orphaned(struct ip_fw *old_rule, struct dyn_data *data)
sys/netpfil/ipfw/ip_fw_dynamic.c
1343
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
1376
struct ip_fw *
sys/netpfil/ipfw/ip_fw_dynamic.c
1381
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
1823
struct ip_fw *rule, uint32_t hashval, uint32_t limit, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_dynamic.c
1915
uint16_t fibnum, const void *ulp, int pktlen, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_dynamic.c
2039
ipfw_dyn_install_state(struct ip_fw_chain *chain, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_dynamic.c
2186
struct ip_fw *rule, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_dynamic.c
2213
struct ip_fw *rule, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_dynamic.c
2242
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
2267
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
2868
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
2949
ipfw_is_dyn_rule(struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_dynamic.c
3019
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
3051
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
3158
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_dynamic.c
533
struct ip_fw *, uint32_t, uint32_t, uint32_t);
sys/netpfil/ipfw/ip_fw_eaction.c
382
ipfw_reset_eaction(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_log.c
103
ipfw_log_syslog(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_log.c
560
ipfw_copy_rule_comment(struct ip_fw *f, char *dst)
sys/netpfil/ipfw/ip_fw_log.c
617
ipfw_log_rtsock(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_log.c
714
ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_private.h
162
struct ip_fw;
sys/netpfil/ipfw/ip_fw_private.h
172
void ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_private.h
212
int ipfw_dyn_install_state(struct ip_fw_chain *chain, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_private.h
216
struct ip_fw *ipfw_dyn_lookup_state(const struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
220
int ipfw_is_dyn_rule(struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_private.h
299
struct ip_fw *next; /* linked list of deleted rules */
sys/netpfil/ipfw/ip_fw_private.h
308
struct ip_fw **map; /* array of rule ptrs to ease lookup */
sys/netpfil/ipfw/ip_fw_private.h
322
struct ip_fw *default_rule;
sys/netpfil/ipfw/ip_fw_private.h
504
struct ip_fw *krule; /* resulting rule pointer */
sys/netpfil/ipfw/ip_fw_private.h
521
#define RULEKSIZE1(r) roundup2((sizeof(struct ip_fw) + (r)->cmd_len*4 - 4), 8)
sys/netpfil/ipfw/ip_fw_private.h
654
int ipfw_add_protected_rule(struct ip_fw_chain *chain, struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_private.h
655
void ipfw_reap_add(struct ip_fw_chain *chain, struct ip_fw **head,
sys/netpfil/ipfw/ip_fw_private.h
656
struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_private.h
657
void ipfw_reap_rules(struct ip_fw *head);
sys/netpfil/ipfw/ip_fw_private.h
663
struct ip_fw *ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize);
sys/netpfil/ipfw/ip_fw_private.h
664
void ipfw_free_rule(struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_private.h
665
int ipfw_match_range(struct ip_fw *rule, ipfw_range_tlv *rt);
sys/netpfil/ipfw/ip_fw_private.h
767
int ipfw_reset_eaction(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_sockopt.c
1150
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_sockopt.c
150
static int ref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_sockopt.c
154
static void unref_rule_objects(struct ip_fw_chain *chain, struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_sockopt.c
1798
struct ip_fw *krule;
sys/netpfil/ipfw/ip_fw_sockopt.c
1849
mark_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_sockopt.c
189
struct ip_fw *
sys/netpfil/ipfw/ip_fw_sockopt.c
1896
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_sockopt.c
192
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_sockopt.c
202
ipfw_free_rule(struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_sockopt.c
2103
unref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_sockopt.c
2200
ref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_sockopt.c
225
struct ip_fw *r;
sys/netpfil/ipfw/ip_fw_sockopt.c
246
update_skipto_cache(struct ip_fw_chain *chain, struct ip_fw **map)
sys/netpfil/ipfw/ip_fw_sockopt.c
2480
struct ip_fw *krule;
sys/netpfil/ipfw/ip_fw_sockopt.c
340
static struct ip_fw **
sys/netpfil/ipfw/ip_fw_sockopt.c
341
swap_map(struct ip_fw_chain *chain, struct ip_fw **new_map, int new_len)
sys/netpfil/ipfw/ip_fw_sockopt.c
343
struct ip_fw **old_map;
sys/netpfil/ipfw/ip_fw_sockopt.c
358
export_cntr1_base(struct ip_fw *krule, struct ip_fw_bcounter *cntr)
sys/netpfil/ipfw/ip_fw_sockopt.c
385
export_rule1(struct ip_fw *krule, caddr_t data, int len, int rcntrs)
sys/netpfil/ipfw/ip_fw_sockopt.c
428
struct ip_fw *krule;
sys/netpfil/ipfw/ip_fw_sockopt.c
429
struct ip_fw **map; /* the new array of pointers */
sys/netpfil/ipfw/ip_fw_sockopt.c
472
map = malloc((chain->n_rules + count) * sizeof(struct ip_fw *),
sys/netpfil/ipfw/ip_fw_sockopt.c
493
(rule_idx - last_rule_idx) * sizeof(struct ip_fw *));
sys/netpfil/ipfw/ip_fw_sockopt.c
512
(chain->n_rules - last_rule_idx) * sizeof(struct ip_fw *));
sys/netpfil/ipfw/ip_fw_sockopt.c
524
ipfw_add_protected_rule(struct ip_fw_chain *chain, struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_sockopt.c
526
struct ip_fw **map;
sys/netpfil/ipfw/ip_fw_sockopt.c
529
map = malloc((chain->n_rules + 1) * sizeof(struct ip_fw *),
sys/netpfil/ipfw/ip_fw_sockopt.c
533
chain->n_rules * sizeof(struct ip_fw *));
sys/netpfil/ipfw/ip_fw_sockopt.c
549
ipfw_reap_add(struct ip_fw_chain *chain, struct ip_fw **head,
sys/netpfil/ipfw/ip_fw_sockopt.c
550
struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_sockopt.c
568
ipfw_reap_rules(struct ip_fw *head)
sys/netpfil/ipfw/ip_fw_sockopt.c
570
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_sockopt.c
596
ipfw_match_range(struct ip_fw *rule, ipfw_range_tlv *rt)
sys/netpfil/ipfw/ip_fw_sockopt.c
735
struct ip_fw *reap, *rule, **map;
sys/netpfil/ipfw/ip_fw_sockopt.c
768
map = malloc(chain->n_rules * sizeof(struct ip_fw *),
sys/netpfil/ipfw/ip_fw_sockopt.c
775
bcopy(chain->map, map, start * sizeof(struct ip_fw *));
sys/netpfil/ipfw/ip_fw_sockopt.c
790
(chain->n_rules - end) * sizeof(struct ip_fw *));
sys/netpfil/ipfw/ip_fw_sockopt.c
818
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_sockopt.c
907
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_sockopt.c
942
ipfw_get_action(struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_sockopt.c
972
clear_counters(struct ip_fw *rule, int log_only)
sys/netpfil/ipfw/ip_fw_sockopt.c
990
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_table.c
2468
struct ip_fw *rule;
sys/netpfil/ipfw/ip_fw_table.h
198
int ipfw_mark_table_kidx(struct ip_fw_chain *chain, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_table.h
202
void ipfw_unref_rule_tables(struct ip_fw_chain *chain, struct ip_fw *rule);