Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcpumap.c44 struct xdp_bulk_queue { struct
58 struct xdp_bulk_queue __percpu *bulkq; argument
78 static int bq_flush_to_queue(struct xdp_bulk_queue *bq, bool in_napi_ctx);
339 struct xdp_bulk_queue *bq; in __cpu_map_entry_alloc()
413 struct xdp_bulk_queue *bq = per_cpu_ptr(rcpu->bulkq, cpu); in __cpu_map_entry_free()
602 static int bq_flush_to_queue(struct xdp_bulk_queue *bq, bool in_napi_ctx) in bq_flush_to_queue()
646 struct xdp_bulk_queue *bq = this_cpu_ptr(rcpu->bulkq); in bq_enqueue()
688 struct xdp_bulk_queue *bq, *tmp; in __cpu_map_flush()
Ddevmap.c58 struct xdp_bulk_queue { struct
70 struct xdp_bulk_queue __percpu *bulkq; argument
330 static int bq_xmit_all(struct xdp_bulk_queue *bq, u32 flags, in bq_xmit_all()
390 struct xdp_bulk_queue *bq, *tmp; in __dev_map_flush()
422 struct xdp_bulk_queue *bq = this_cpu_ptr(obj->bulkq); in bq_enqueue()
497 struct xdp_bulk_queue *bq; in dev_map_flush_old()
572 struct xdp_bulk_queue *bq; in __dev_map_alloc_node()