Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h866 struct list_head **lh_xsk) in bpf_net_ctx_get_all_used_flush_lists() argument
872 *lh_map = *lh_dev = *lh_xsk = NULL; in bpf_net_ctx_get_all_used_flush_lists()
888 *lh_xsk = lh; in bpf_net_ctx_get_all_used_flush_lists()
/linux/net/core/
H A Dfilter.c4344 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_flush() local
4346 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_flush()
4351 if (lh_xsk) in xdp_do_flush()
4352 __xsk_map_flush(lh_xsk); in xdp_do_flush()
4359 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_check_flushed() local
4362 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_check_flushed()
4371 if (lh_xsk) { in xdp_do_check_flushed()
4372 __xsk_map_flush(lh_xsk); in xdp_do_check_flushed()