Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c4352 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_flush() local
4354 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_flush()
4355 if (lh_dev) in xdp_do_flush()
4356 __dev_flush(lh_dev); in xdp_do_flush()
4367 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_check_flushed() local
4370 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_check_flushed()
4371 if (lh_dev) { in xdp_do_check_flushed()
4372 __dev_flush(lh_dev); in xdp_do_check_flushed()