Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dxdp.h69 struct xdp_txq_info { struct
86 struct xdp_txq_info *txq; argument
/linux-6.6.21/kernel/bpf/
Ddevmap.c326 struct xdp_txq_info txq = { .dev = dev }; in dev_map_bpf_prog_run()
490 struct xdp_txq_info txq = { .dev = dst->dev }; in dev_map_bpf_prog_run_skb()
/linux-6.6.21/net/core/
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()