Skip to content

Commit

Permalink
[codegen] Update libbpf to b07dfe3b2a6cb0905e883510f22f9f7c0bb66d0dUp…
Browse files Browse the repository at this point in the history
…date libbpf to b07dfe3b2a6cb0905e883510f22f9f7c0bb66d0d

Files changed:
M	ebpf/aya-ebpf-bindings/src/aarch64/bindings.rs
M	ebpf/aya-ebpf-bindings/src/armv7/bindings.rs
M	ebpf/aya-ebpf-bindings/src/powerpc64/bindings.rs
M	ebpf/aya-ebpf-bindings/src/riscv64/bindings.rs
M	ebpf/aya-ebpf-bindings/src/s390x/bindings.rs
M	ebpf/aya-ebpf-bindings/src/x86_64/bindings.rs
  • Loading branch information
dave-tucker committed Aug 14, 2024
1 parent 2a459a4 commit e217727
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ebpf/aya-ebpf-bindings/src/aarch64/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,13 @@ pub struct bpf_sock_tuple__bindgen_ty_1__bindgen_ty_2 {
pub sport: __be16,
pub dport: __be16,
}
pub mod tcx_action_base {
pub type Type = ::aya_ebpf_cty::c_int;
pub const TCX_NEXT: Type = -1;
pub const TCX_PASS: Type = 0;
pub const TCX_DROP: Type = 2;
pub const TCX_REDIRECT: Type = 7;
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct bpf_xdp_sock {
Expand Down
7 changes: 7 additions & 0 deletions ebpf/aya-ebpf-bindings/src/armv7/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,13 @@ pub struct bpf_sock_tuple__bindgen_ty_1__bindgen_ty_2 {
pub sport: __be16,
pub dport: __be16,
}
pub mod tcx_action_base {
pub type Type = ::aya_ebpf_cty::c_int;
pub const TCX_NEXT: Type = -1;
pub const TCX_PASS: Type = 0;
pub const TCX_DROP: Type = 2;
pub const TCX_REDIRECT: Type = 7;
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct bpf_xdp_sock {
Expand Down
7 changes: 7 additions & 0 deletions ebpf/aya-ebpf-bindings/src/powerpc64/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,13 @@ pub struct bpf_sock_tuple__bindgen_ty_1__bindgen_ty_2 {
pub sport: __be16,
pub dport: __be16,
}
pub mod tcx_action_base {
pub type Type = ::aya_ebpf_cty::c_int;
pub const TCX_NEXT: Type = -1;
pub const TCX_PASS: Type = 0;
pub const TCX_DROP: Type = 2;
pub const TCX_REDIRECT: Type = 7;
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct bpf_xdp_sock {
Expand Down
7 changes: 7 additions & 0 deletions ebpf/aya-ebpf-bindings/src/riscv64/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,13 @@ pub struct bpf_sock_tuple__bindgen_ty_1__bindgen_ty_2 {
pub sport: __be16,
pub dport: __be16,
}
pub mod tcx_action_base {
pub type Type = ::aya_ebpf_cty::c_int;
pub const TCX_NEXT: Type = -1;
pub const TCX_PASS: Type = 0;
pub const TCX_DROP: Type = 2;
pub const TCX_REDIRECT: Type = 7;
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct bpf_xdp_sock {
Expand Down
7 changes: 7 additions & 0 deletions ebpf/aya-ebpf-bindings/src/s390x/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,13 @@ pub struct bpf_sock_tuple__bindgen_ty_1__bindgen_ty_2 {
pub sport: __be16,
pub dport: __be16,
}
pub mod tcx_action_base {
pub type Type = ::aya_ebpf_cty::c_int;
pub const TCX_NEXT: Type = -1;
pub const TCX_PASS: Type = 0;
pub const TCX_DROP: Type = 2;
pub const TCX_REDIRECT: Type = 7;
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct bpf_xdp_sock {
Expand Down
7 changes: 7 additions & 0 deletions ebpf/aya-ebpf-bindings/src/x86_64/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,13 @@ pub struct bpf_sock_tuple__bindgen_ty_1__bindgen_ty_2 {
pub sport: __be16,
pub dport: __be16,
}
pub mod tcx_action_base {
pub type Type = ::aya_ebpf_cty::c_int;
pub const TCX_NEXT: Type = -1;
pub const TCX_PASS: Type = 0;
pub const TCX_DROP: Type = 2;
pub const TCX_REDIRECT: Type = 7;
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct bpf_xdp_sock {
Expand Down

0 comments on commit e217727

Please sign in to comment.