Home
last modified time | relevance | path

Searched refs:__dev_map_insert_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf.h511 void __dev_map_insert_ctx(struct bpf_map *map, u32 index);
592 static inline void __dev_map_insert_ctx(struct bpf_map *map, u32 index) in __dev_map_insert_ctx() function
/Linux-v4.19/kernel/bpf/
Ddevmap.c212 void __dev_map_insert_ctx(struct bpf_map *map, u32 bit) in __dev_map_insert_ctx() function
/Linux-v4.19/net/core/
Dfilter.c3193 __dev_map_insert_ctx(map, index); in __bpf_tx_xdp_map()