tcp_zerocopy_receiveRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
5.0: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
5.3: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
5.4: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
5.8: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
};
5.11: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
__u64 copybuf_address;
__s32 copybuf_len;
__u32 flags;
};
5.13: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
__u64 copybuf_address;
__s32 copybuf_len;
__u32 flags;
__u64 msg_control;
__u64 msg_controllen;
__u32 msg_flags;
__u32 reserved;
};
5.15: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
__u64 copybuf_address;
__s32 copybuf_len;
__u32 flags;
__u64 msg_control;
__u64 msg_controllen;
__u32 msg_flags;
__u32 reserved;
};
5.19: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
__u64 copybuf_address;
__s32 copybuf_len;
__u32 flags;
__u64 msg_control;
__u64 msg_controllen;
__u32 msg_flags;
__u32 reserved;
};
6.2: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
__u64 copybuf_address;
__s32 copybuf_len;
__u32 flags;
__u64 msg_control;
__u64 msg_controllen;
__u32 msg_flags;
__u32 reserved;
};
6.5: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
__u64 copybuf_address;
__s32 copybuf_len;
__u32 flags;
__u64 msg_control;
__u64 msg_controllen;
__u32 msg_flags;
__u32 reserved;
};
6.8: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
__u32 inq;
__s32 err;
__u64 copybuf_address;
__s32 copybuf_len;
__u32 flags;
__u64 msg_control;
__u64 msg_controllen;
__u32 msg_flags;
__u32 reserved;
};
arm64: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
armhf: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
ppc64el: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
riscv64: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
aws: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
azure: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
gcp: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
lowlatency: ✅struct tcp_zerocopy_receive {
__u64 address;
__u32 length;
__u32 recv_skip_hint;
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️__u32 inq
__s32 err
5.8 and 5.11 ⚠️__u64 copybuf_address
__s32 copybuf_len
__u32 flags
5.11 and 5.13 ⚠️__u64 msg_control
__u64 msg_controllen
__u32 msg_flags
__u32 reserved
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 ✅