Searched refs:lh_map (Results 1 – 2 of 2) sorted by relevance
842 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() argument850 *lh_map = *lh_dev = *lh_xsk = NULL; in bpf_net_ctx_get_all_used_flush_lists()861 *lh_map = lh; in bpf_net_ctx_get_all_used_flush_lists()
4294 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_flush() local4296 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_flush()4299 if (lh_map) in xdp_do_flush()4300 __cpu_map_flush(lh_map); in xdp_do_flush()4309 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_check_flushed() local4312 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_check_flushed()4317 if (lh_map) { in xdp_do_check_flushed()4318 __cpu_map_flush(lh_map); in xdp_do_check_flushed()