Home
last modified time | relevance | path

Searched defs:bpf_lru_node (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dbpf_lru_list.h26 struct bpf_lru_node { struct
27 struct list_head list;
28 u16 cpu;
29 u8 type;
53 typedef bool (*del_from_htab_func)(void *arg, struct bpf_lru_node *node); argument