Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata.c22 extern int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx,
87 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-6.15/Documentation/networking/
H A Dxdp-rx-metadata.rst23 :identifiers: bpf_xdp_metadata_rx_timestamp
/linux-6.15/include/net/
H A Dxdp.h540 bpf_xdp_metadata_rx_timestamp, \
/linux-6.15/net/core/
H A Dxdp.c898 __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) in bpf_xdp_metadata_rx_timestamp() function
/linux-6.15/Documentation/netlink/specs/
H A Dnetdev.yaml52 Device is capable of exposing receive HW timestamp via bpf_xdp_metadata_rx_timestamp().