Skip to content

Commit 4610660

Browse files
committed
Regenerate generated files.
1 parent eb456fc commit 4610660

10 files changed

Lines changed: 20 additions & 0 deletions

File tree

src/aarch64/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/loongarch64/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/mips64/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/mips64r6/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/powerpc64/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/riscv64/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/s390x/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
4242
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4343
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4444
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
45+
pub type __s128 = i128;
46+
pub type __u128 = u128;
4547
pub type __le16 = __u16;
4648
pub type __be16 = __u16;
4749
pub type __le32 = __u32;

src/sparc64/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/x32/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

src/x86_64/xdp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
3939
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
4040
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
4141
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
42+
pub type __s128 = i128;
43+
pub type __u128 = u128;
4244
pub type __le16 = __u16;
4345
pub type __be16 = __u16;
4446
pub type __le32 = __u32;

0 commit comments

Comments
 (0)