bpf_tunnel_key
Regular
4.4
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
};
4.8
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
4.10
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
4.13
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
4.15
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
4.18
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.0
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.3
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.4
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.8
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.11
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.13
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.15
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
5.19
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
__u32 local_ipv4;
__u32 local_ipv6[4];
};
6.2
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__be16 tunnel_flags;
__u32 tunnel_label;
__u32 local_ipv4;
__u32 local_ipv6[4];
};
6.5
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__be16 tunnel_flags;
__u32 tunnel_label;
__u32 local_ipv4;
__u32 local_ipv6[4];
};
6.8
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__be16 tunnel_flags;
__u32 tunnel_label;
__u32 local_ipv4;
__u32 local_ipv6[4];
};
arm64
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
armhf
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
ppc64el
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
riscv64
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
aws
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
azure
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
gcp
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
lowlatency
: ✅struct bpf_tunnel_key {
__u32 tunnel_id;
__u32 remote_ipv4;
__u32 remote_ipv6[4];
__u8 tunnel_tos;
__u8 tunnel_ttl;
__u16 tunnel_ext;
__u32 tunnel_label;
};
Regular
4.4
and 4.8
⚠️__u32 remote_ipv6[4]
__u8 tunnel_tos
__u8 tunnel_ttl
__u16 tunnel_ext
__u32 tunnel_label
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️__u32 local_ipv4
__u32 local_ipv6[4]
5.19
and 6.2
⚠️__be16 tunnel_flags
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅