Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dxdp_metadata.c22 extern int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx,
55 bpf_xdp_metadata_rx_timestamp(ctx, &timestamp); in rx()
Dxdp_hw_metadata.c19 extern int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx,
79 err = bpf_xdp_metadata_rx_timestamp(ctx, &meta->rx_timestamp); in rx()
/Linux-v6.6/Documentation/networking/
Dxdp-rx-metadata.rst21 :identifiers: bpf_xdp_metadata_rx_timestamp bpf_xdp_metadata_rx_hash
/Linux-v6.6/include/net/
Dxdp.h388 bpf_xdp_metadata_rx_timestamp) \
/Linux-v6.6/net/core/
Dxdp.c713 __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) in bpf_xdp_metadata_rx_timestamp() function