Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_lru_list.h23 struct bpf_lru_node { struct
24 struct list_head list;
25 u16 cpu;
26 u8 type;
50 typedef bool (*del_from_htab_func)(void *arg, struct bpf_lru_node *node); argument
/kernel/linux/linux-6.6/kernel/bpf/
Dbpf_lru_list.h24 struct bpf_lru_node { struct
25 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