Home
last modified time | relevance | path

Searched refs:xdp_md (Results 76 – 83 of 83) sorted by relevance

1234

/openbmc/linux/drivers/net/
H A Dveth.c1675 static int veth_xdp_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) in veth_xdp_rx_timestamp()
1686 static int veth_xdp_rx_hash(const struct xdp_md *ctx, u32 *hash, in veth_xdp_rx_hash()
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Dcalls.c634 BPF_LDX_MEM(BPF_W, BPF_REG_6, BPF_REG_1, offsetof(struct xdp_md, data)),
636 offsetof(struct xdp_md, data_end)),
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6302 struct xdp_md { struct
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6302 struct xdp_md { struct
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst301 SEC("xdp_sock") int xdp_sock_prog(struct xdp_md *ctx)
561 SEC("xdp_sock") int xdp_sock_prog(struct xdp_md *ctx)
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6653 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash()
6667 static int igc_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in igc_xdp_rx_timestamp()
/openbmc/linux/include/linux/
H A Dnetdevice.h81 struct xdp_md;
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c7284 static int stmmac_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in stmmac_xdp_rx_timestamp()

1234