Searched refs:flow_entry_dead (Results 1 – 3 of 3) sorted by relevance
385 struct flow_entry_dead { struct386 LIST_ENTRY(flow_entry_dead) fed_link;1003 extern struct flow_entry_dead *flow_entry_dead_alloc(zalloc_flags_t);1004 extern void flow_entry_dead_free(struct flow_entry_dead *);
50 static SKMEM_TYPE_DEFINE(sk_fed_zone, struct flow_entry_dead);822 struct flow_entry_dead *825 struct flow_entry_dead *fed; in flow_entry_dead_alloc()835 flow_entry_dead_free(struct flow_entry_dead *fed) in flow_entry_dead_free()
4777 struct flow_entry_dead sfed __sk_aligned(8); in fsw_process_deferred()4779 struct flow_entry_dead *fed, *tfed; in fsw_process_deferred()4780 LIST_HEAD(, flow_entry_dead) fed_head = in fsw_process_deferred()