Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdp_rxq_info_kern.c109 key = ctx->rx_queue_index; in xdp_prognum0()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c511 case offsetof(struct xdp_md, rx_queue_index): in nfp_bpf_check_store()
Djit.c2972 case offsetof(struct xdp_md, rx_queue_index): in mem_stx_xdp()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4280 __u32 rx_queue_index; /* rxq->queue_index */ member
/Linux-v5.10/include/uapi/linux/
Dbpf.h4280 __u32 rx_queue_index; /* rxq->queue_index */ member
/Linux-v5.10/Documentation/networking/
Daf_xdp.rst470 int index = ctx->rx_queue_index;
/Linux-v5.10/net/core/
Dfilter.c7896 case offsetof(struct xdp_md, rx_queue_index): in xdp_is_valid_access()
8869 case offsetof(struct xdp_md, rx_queue_index): in xdp_convert_ctx_access()