Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dxdp.h65 struct xdp_txq_info { struct
75 struct xdp_txq_info *txq; argument
/Linux-v5.15/kernel/bpf/
Ddevmap.c329 struct xdp_txq_info txq = { .dev = dev }; in dev_map_bpf_prog_run()
494 struct xdp_txq_info txq = { .dev = dst->dev }; in dev_map_bpf_prog_run_skb()
/Linux-v5.15/net/core/
Dfilter.c9136 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct xdp_txq_info, dev), in xdp_convert_ctx_access()
9138 offsetof(struct xdp_txq_info, dev)); in xdp_convert_ctx_access()