• Home
  • Raw
  • Download

Lines Matching refs:rule_head

78 struct rule_head;
98 struct rule_head struct
141 struct rule_head *rule_iterator_cur;
178 static struct rule_head *iptcc_alloc_rule(struct chain_head *c, unsigned int size) in iptcc_alloc_rule()
180 struct rule_head *r = malloc(sizeof(*r)+size); in iptcc_alloc_rule()
656 static struct rule_head *iptcc_get_rule_num(struct chain_head *c, in iptcc_get_rule_num()
659 struct rule_head *r; in iptcc_get_rule_num()
671 static struct rule_head *iptcc_get_rule_num_reverse(struct chain_head *c, in iptcc_get_rule_num_reverse()
674 struct rule_head *r; in iptcc_get_rule_num_reverse()
795 static void iptcc_delete_rule(struct rule_head *r) in iptcc_delete_rule()
822 struct rule_head *pr = (struct rule_head *) in __iptcc_p_del_policy()
991 struct rule_head *r; in cache_add_entry()
1068 struct rule_head *r; in parse_table()
1118 static inline int iptcc_compile_rule (struct xtc_handle *h, STRUCT_REPLACE *repl, struct rule_head in iptcc_compile_rule()
1146 struct rule_head *r; in iptcc_compile_chain()
1194 struct rule_head *r; in iptcc_compile_chain_offsets()
1397 struct rule_head *r, *rtmp; in TC_FREE()
1511 struct rule_head *r; in TC_FIRST_RULE()
1529 r = list_entry(c->rules.next, struct rule_head, list); in TC_FIRST_RULE()
1540 struct rule_head *r; in TC_NEXT_RULE()
1551 struct rule_head, list); in TC_NEXT_RULE()
1602 struct rule_head *r = container_of(e, struct rule_head, entry[0]); in TC_GET_TARGET()
1672 iptcc_standard_map(struct rule_head *r, int verdict) in iptcc_standard_map()
1696 struct rule_head *r) in iptcc_map_target()
1753 struct rule_head *r; in TC_INSERT_ENTRY()
1812 struct rule_head *r, *old; in TC_REPLACE_ENTRY()
1862 struct rule_head *r; in TC_APPEND_ENTRY()
1922 target_same(struct rule_head *a, struct rule_head *b,const unsigned char *mask) in target_same()
1969 struct rule_head *r, *i; in delete_entry()
2022 struct rule_head, list); in delete_entry()
2060 struct rule_head *r; in TC_DELETE_NUM_ENTRY()
2087 struct rule_head, list); in TC_DELETE_NUM_ENTRY()
2103 struct rule_head *r, *tmp; in TC_FLUSH_ENTRIES()
2127 struct rule_head *r; in TC_ZERO_ENTRIES()
2154 struct rule_head *r; in TC_READ_COUNTER()
2178 struct rule_head *r; in TC_ZERO_COUNTER()
2208 struct rule_head *r; in TC_SET_COUNTER()
2616 struct rule_head *r; in TC_COMMIT()