Home
last modified time | relevance | path

Searched full:bpf_xdp_metadata_rx_timestamp (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dxdp_metadata.c22 extern int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx,
83 /* We expect veth bpf_xdp_metadata_rx_timestamp to return 0 HW in rx()
87 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,
93 err = bpf_xdp_metadata_rx_timestamp(ctx, &meta->rx_timestamp); in rx()
/linux-6.14.4/include/uapi/linux/
Dnetdev.h44 * timestamp via bpf_xdp_metadata_rx_timestamp().
/linux-6.14.4/tools/include/uapi/linux/
Dnetdev.h44 * timestamp via bpf_xdp_metadata_rx_timestamp().
/linux-6.14.4/Documentation/networking/
Dxdp-rx-metadata.rst23 :identifiers: bpf_xdp_metadata_rx_timestamp
/linux-6.14.4/net/core/
Dxdp.c899 * bpf_xdp_metadata_rx_timestamp - Read XDP frame RX timestamp.
908 __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) in bpf_xdp_metadata_rx_timestamp() function
/linux-6.14.4/Documentation/netlink/specs/
Dnetdev.yaml52 Device is capable of exposing receive HW timestamp via bpf_xdp_metadata_rx_timestamp().
/linux-6.14.4/include/net/
Dxdp.h541 bpf_xdp_metadata_rx_timestamp, \