Searched refs:lh_dev (Results 1 – 2 of 2) sorted by relevance
843 struct list_head **lh_dev, 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()857 *lh_dev = lh; in bpf_net_ctx_get_all_used_flush_lists()
4291 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_flush() local4293 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_flush()4294 if (lh_dev) in xdp_do_flush()4295 __dev_flush(lh_dev); in xdp_do_flush()4306 struct list_head *lh_map, *lh_dev, *lh_xsk; in xdp_do_check_flushed() local4309 bpf_net_ctx_get_all_used_flush_lists(&lh_map, &lh_dev, &lh_xsk); in xdp_do_check_flushed()4310 if (lh_dev) { in xdp_do_check_flushed()4311 __dev_flush(lh_dev); in xdp_do_check_flushed()