Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c4360 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_flush() local
4362 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_flush()
4365 if (lh_map) in xdp_do_flush()
4366 __cpu_map_flush(lh_map); in xdp_do_flush()
4375 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_check_flushed() local
4378 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_check_flushed()
4383 if (lh_map) { in xdp_do_check_flushed()
4384 __cpu_map_flush(lh_map); in xdp_do_check_flushed()