Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfilter.h844 struct list_head **lh_xsk) in bpf_net_ctx_get_all_used_flush_lists() argument
850 *lh_map = *lh_dev = *lh_xsk = NULL; in bpf_net_ctx_get_all_used_flush_lists()
866 *lh_xsk = lh; in bpf_net_ctx_get_all_used_flush_lists()
/linux-6.12.1/net/core/
Dfilter.c4291 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_flush() local
4293 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_flush()
4298 if (lh_xsk) in xdp_do_flush()
4299 __xsk_map_flush(lh_xsk); in xdp_do_flush()
4306 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_check_flushed() local
4309 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_check_flushed()
4318 if (lh_xsk) { in xdp_do_check_flushed()
4319 __xsk_map_flush(lh_xsk); in xdp_do_check_flushed()