Home
last modified time | relevance | path

Searched refs:bpf_xdp_metadata_rx_timestamp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata.c22 extern int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx,
51 /* We expect veth bpf_xdp_metadata_rx_timestamp to return 0 HW in rx()
55 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,
79 err = bpf_xdp_metadata_rx_timestamp(ctx, &meta->rx_timestamp); in rx()
/kernel/linux/linux-6.6/include/net/
H A Dxdp.h388 bpf_xdp_metadata_rx_timestamp) \
/kernel/linux/linux-6.6/net/core/
H A Dxdp.c704 * bpf_xdp_metadata_rx_timestamp - Read XDP frame RX timestamp.
713 __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) in bpf_xdp_metadata_rx_timestamp() function

Completed in 4 milliseconds