Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h864 struct list_head **lh_dev, in bpf_net_ctx_get_all_used_flush_lists() argument
871 *lh_map = *lh_dev = *lh_xsk = NULL; in bpf_net_ctx_get_all_used_flush_lists()
878 *lh_dev = lh; in bpf_net_ctx_get_all_used_flush_lists()
/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()
4363 if (lh_dev) in xdp_do_flush()
4364 __dev_flush(lh_dev); 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()
4379 if (lh_dev) { in xdp_do_check_flushed()
4380 __dev_flush(lh_dev); in xdp_do_check_flushed()