Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata.c29 extern int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx,
90 /* We expect veth bpf_xdp_metadata_rx_timestamp to return 0 HW in rx()
94 bpf_xdp_metadata_rx_timestamp(ctx, &timestamp); in rx()
H A Dxdp_hw_metadata.c19 extern int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx,
93 err = bpf_xdp_metadata_rx_timestamp(ctx, &meta->rx_timestamp); in rx()
/linux/Documentation/networking/
H A Dxdp-rx-metadata.rst23 :identifiers: bpf_xdp_metadata_rx_timestamp