blob: f6780fbb0a214765a14a293cf7fb0654e4a32297 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
#pragma once
#ifndef ETH_P_IP
#define ETH_P_IP 0x0800
#endif
#ifndef ETH_P_IPV6
#define ETH_P_IPV6 0x86DD
#endif
struct xdp_meta {
__u64 rx_timestamp;
__u32 rx_hash;
};