Searched refs:xdp_txq_info (Results 1 - 3 of 3) sorted by path

/linux-master/include/net/
H A Dxdp.h69 struct xdp_txq_info { struct
86 struct xdp_txq_info *txq;
/linux-master/kernel/bpf/
H A Ddevmap.c327 struct xdp_txq_info txq = { .dev = dev };
501 struct xdp_txq_info txq = { .dev = dst->dev };
/linux-master/net/core/
H A Dfilter.c10107 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct xdp_txq_info, dev),
10109 offsetof(struct xdp_txq_info, dev));

Completed in 246 milliseconds