Searched refs:filter_entry (Results 1 – 4 of 4) sorted by relevance
54 struct filter_entry { struct 55 LIST_ENTRY(filter_entry) link_4t;56 LIST_ENTRY(filter_entry) link_tid;68 static void free_filter_resources(struct filter_entry *); argument 74 static int configure_hashfilter_tcb(struct adapter *, struct filter_entry *);140 struct filter_entry *f, *ftmp; in free_hftid_hash() 141 LIST_HEAD(, filter_entry) *head; in free_hftid_hash() 186 insert_hf(struct adapter *sc, struct filter_entry *f, uint32_t hash) in insert_hf() 189 LIST_HEAD(, filter_entry) *head = t->hftid_hash_4t; in insert_hf() 199 insert_hftid(struct adapter *sc, struct filter_entry *[all...]
151 struct filter_entry *ftid_tab;152 struct filter_entry *hpftid_tab;
42 struct filter_entry { struct54 struct filter_entry entries[NUM_FILTER_ENTRIES]; argument
72 static SLIST_HEAD(filter_head, filter_entry) nm_out_filter =75 struct filter_entry { struct77 SLIST_ENTRY(filter_entry) filter_entries; argument435 struct filter_entry *e; in filter_dest()447 struct filter_entry *e; in filter_insert()451 if ((e = malloc(sizeof(struct filter_entry))) == NULL) { in filter_insert()662 struct filter_entry *fep; in get_sym()