Searched full:bpf_xdp_metadata_rx_timestamp (Results 1 – 8 of 8) sorted by relevance
29 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, ×tamp); in rx()
19 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()
44 * timestamp via bpf_xdp_metadata_rx_timestamp().
23 :identifiers: bpf_xdp_metadata_rx_timestamp
895 * bpf_xdp_metadata_rx_timestamp - Read XDP frame RX timestamp.904 __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp)898 __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) bpf_xdp_metadata_rx_timestamp() function
53 bpf_xdp_metadata_rx_timestamp().
540 bpf_xdp_metadata_rx_timestamp, \