Home
last modified time | relevance | path

Searched refs:lh_map (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfilter.h941 static inline void bpf_net_ctx_get_all_used_flush_lists(struct list_head **lh_map, in bpf_net_ctx_get_all_used_flush_lists() argument
949 *lh_map = *lh_dev = *lh_xsk = NULL; in bpf_net_ctx_get_all_used_flush_lists()
960 *lh_map = lh; in bpf_net_ctx_get_all_used_flush_lists()
/linux/net/core/
H A Dfilter.c4524 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_flush() local
4526 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_flush()
4529 if (lh_map) in xdp_do_flush()
4530 __cpu_map_flush(lh_map); in xdp_do_flush()
4539 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_check_flushed() local
4542 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_check_flushed()
4547 if (lh_map) { in xdp_do_check_flushed()
4548 __cpu_map_flush(lh_map); in xdp_do_check_flushed()