Home
last modified time | relevance | path

Searched refs:xdp_txq_info (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dxdp.h64 struct xdp_txq_info { struct
74 struct xdp_txq_info *txq;
/kernel/linux/linux-6.6/include/net/
H A Dxdp.h69 struct xdp_txq_info { struct
86 struct xdp_txq_info *txq;
/kernel/linux/linux-6.6/kernel/bpf/
H A Ddevmap.c327 struct xdp_txq_info txq = { .dev = dev }; in dev_map_bpf_prog_run()
491 struct xdp_txq_info txq = { .dev = dst->dev }; in dev_map_bpf_prog_run_skb()
/kernel/linux/linux-5.10/kernel/bpf/
H A Ddevmap.c474 struct xdp_txq_info txq = { .dev = dev }; in dev_map_run_prog()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c9026 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct xdp_txq_info, dev), in xdp_convert_ctx_access()
9028 offsetof(struct xdp_txq_info, dev)); in xdp_convert_ctx_access()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c10048 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct xdp_txq_info, dev), in xdp_convert_ctx_access()
10050 offsetof(struct xdp_txq_info, dev)); in xdp_convert_ctx_access()

Completed in 27 milliseconds