bpf_sock_ops_kern
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 reply;
u32 replylong[4];
};
4.15
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 reply;
u32 replylong[4];
};
4.18
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
5.0
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
5.3
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
5.4
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
5.8
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
5.11
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 args[4];
u32 reply;
u32 replylong[4];
struct sk_buff *syn_skb;
struct sk_buff *skb;
void *skb_data_end;
u8 op;
u8 is_fullsock;
u8 remaining_opt_len;
u64 temp;
};
5.13
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 args[4];
u32 reply;
u32 replylong[4];
struct sk_buff *syn_skb;
struct sk_buff *skb;
void *skb_data_end;
u8 op;
u8 is_fullsock;
u8 remaining_opt_len;
u64 temp;
};
5.15
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 args[4];
u32 reply;
u32 replylong[4];
struct sk_buff *syn_skb;
struct sk_buff *skb;
void *skb_data_end;
u8 op;
u8 is_fullsock;
u8 remaining_opt_len;
u64 temp;
};
5.19
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 args[4];
u32 reply;
u32 replylong[4];
struct sk_buff *syn_skb;
struct sk_buff *skb;
void *skb_data_end;
u8 op;
u8 is_fullsock;
u8 remaining_opt_len;
u64 temp;
};
6.2
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 args[4];
u32 reply;
u32 replylong[4];
struct sk_buff *syn_skb;
struct sk_buff *skb;
void *skb_data_end;
u8 op;
u8 is_fullsock;
u8 remaining_opt_len;
u64 temp;
};
6.5
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 args[4];
u32 reply;
u32 replylong[4];
struct sk_buff *syn_skb;
struct sk_buff *skb;
void *skb_data_end;
u8 op;
u8 is_fullsock;
u8 remaining_opt_len;
u64 temp;
};
6.8
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 args[4];
u32 reply;
u32 replylong[4];
struct sk_buff *syn_skb;
struct sk_buff *skb;
void *skb_data_end;
u8 op;
u8 is_fullsock;
u8 remaining_opt_len;
u64 temp;
};
arm64
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
armhf
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
ppc64el
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
riscv64
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
aws
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
azure
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
gcp
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
lowlatency
: ✅struct bpf_sock_ops_kern {
struct sock *sk;
u32 op;
u32 args[4];
u32 reply;
u32 replylong[4];
u32 is_fullsock;
u64 temp;
};
Regular
4.13
and 4.15
✅
4.15
and 4.18
⚠️u32 args[4]
u32 is_fullsock
u64 temp
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
⚠️struct sk_buff *syn_skb
struct sk_buff *skb
void *skb_data_end
u8 remaining_opt_len
u32 op
➡️ u8 op
u32 is_fullsock
➡️ u8 is_fullsock
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
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
✅