Searched defs:bpf_lru_node (Results 1 – 1 of 1) sorted by relevance
24 struct bpf_lru_node { struct25 struct list_head list;26 u16 cpu;27 u8 type;51 typedef bool (*del_from_htab_func)(void *arg, struct bpf_lru_node *node); argument
Completed in 4 milliseconds