]> git.proxmox.com Git - rustc.git/blame - vendor/linux-raw-sys/src/mips64/netlink.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / linux-raw-sys / src / mips64 / netlink.rs
CommitLineData
064997fb
FG
1/* automatically generated by rust-bindgen 0.59.2 */
2
3#[repr(C)]
4#[derive(Default)]
5pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
6impl<T> __IncompleteArrayField<T> {
7#[inline]
8pub const fn new() -> Self {
9__IncompleteArrayField(::core::marker::PhantomData, [])
10}
11#[inline]
12pub fn as_ptr(&self) -> *const T {
13self as *const _ as *const T
14}
15#[inline]
16pub fn as_mut_ptr(&mut self) -> *mut T {
17self as *mut _ as *mut T
18}
19#[inline]
20pub unsafe fn as_slice(&self, len: usize) -> &[T] {
21::core::slice::from_raw_parts(self.as_ptr(), len)
22}
23#[inline]
24pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] {
25::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len)
26}
27}
28impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
30fmt.write_str("__IncompleteArrayField")
31}
32}
33pub const LINUX_VERSION_CODE: u32 = 332032;
34pub const LINUX_VERSION_MAJOR: u32 = 5;
35pub const LINUX_VERSION_PATCHLEVEL: u32 = 17;
36pub const LINUX_VERSION_SUBLEVEL: u32 = 0;
37pub const _K_SS_MAXSIZE: u32 = 128;
38pub const SOCK_SNDBUF_LOCK: u32 = 1;
39pub const SOCK_RCVBUF_LOCK: u32 = 2;
40pub const SOCK_BUF_LOCK_MASK: u32 = 3;
41pub const __FD_SETSIZE: u32 = 1024;
42pub const _MIPS_ISA_MIPS1: u32 = 1;
43pub const _MIPS_ISA_MIPS2: u32 = 2;
44pub const _MIPS_ISA_MIPS3: u32 = 3;
45pub const _MIPS_ISA_MIPS4: u32 = 4;
46pub const _MIPS_ISA_MIPS5: u32 = 5;
47pub const _MIPS_ISA_MIPS32: u32 = 6;
48pub const _MIPS_ISA_MIPS64: u32 = 7;
49pub const _MIPS_SIM_ABI32: u32 = 1;
50pub const _MIPS_SIM_NABI32: u32 = 2;
51pub const _MIPS_SIM_ABI64: u32 = 3;
52pub const NETLINK_ROUTE: u32 = 0;
53pub const NETLINK_UNUSED: u32 = 1;
54pub const NETLINK_USERSOCK: u32 = 2;
55pub const NETLINK_FIREWALL: u32 = 3;
56pub const NETLINK_SOCK_DIAG: u32 = 4;
57pub const NETLINK_NFLOG: u32 = 5;
58pub const NETLINK_XFRM: u32 = 6;
59pub const NETLINK_SELINUX: u32 = 7;
60pub const NETLINK_ISCSI: u32 = 8;
61pub const NETLINK_AUDIT: u32 = 9;
62pub const NETLINK_FIB_LOOKUP: u32 = 10;
63pub const NETLINK_CONNECTOR: u32 = 11;
64pub const NETLINK_NETFILTER: u32 = 12;
65pub const NETLINK_IP6_FW: u32 = 13;
66pub const NETLINK_DNRTMSG: u32 = 14;
67pub const NETLINK_KOBJECT_UEVENT: u32 = 15;
68pub const NETLINK_GENERIC: u32 = 16;
69pub const NETLINK_SCSITRANSPORT: u32 = 18;
70pub const NETLINK_ECRYPTFS: u32 = 19;
71pub const NETLINK_RDMA: u32 = 20;
72pub const NETLINK_CRYPTO: u32 = 21;
73pub const NETLINK_SMC: u32 = 22;
74pub const NETLINK_INET_DIAG: u32 = 4;
75pub const MAX_LINKS: u32 = 32;
76pub const NLM_F_REQUEST: u32 = 1;
77pub const NLM_F_MULTI: u32 = 2;
78pub const NLM_F_ACK: u32 = 4;
79pub const NLM_F_ECHO: u32 = 8;
80pub const NLM_F_DUMP_INTR: u32 = 16;
81pub const NLM_F_DUMP_FILTERED: u32 = 32;
82pub const NLM_F_ROOT: u32 = 256;
83pub const NLM_F_MATCH: u32 = 512;
84pub const NLM_F_ATOMIC: u32 = 1024;
85pub const NLM_F_DUMP: u32 = 768;
86pub const NLM_F_REPLACE: u32 = 256;
87pub const NLM_F_EXCL: u32 = 512;
88pub const NLM_F_CREATE: u32 = 1024;
89pub const NLM_F_APPEND: u32 = 2048;
90pub const NLM_F_NONREC: u32 = 256;
91pub const NLM_F_CAPPED: u32 = 256;
92pub const NLM_F_ACK_TLVS: u32 = 512;
93pub const NLMSG_ALIGNTO: u32 = 4;
94pub const NLMSG_NOOP: u32 = 1;
95pub const NLMSG_ERROR: u32 = 2;
96pub const NLMSG_DONE: u32 = 3;
97pub const NLMSG_OVERRUN: u32 = 4;
98pub const NLMSG_MIN_TYPE: u32 = 16;
99pub const NETLINK_ADD_MEMBERSHIP: u32 = 1;
100pub const NETLINK_DROP_MEMBERSHIP: u32 = 2;
101pub const NETLINK_PKTINFO: u32 = 3;
102pub const NETLINK_BROADCAST_ERROR: u32 = 4;
103pub const NETLINK_NO_ENOBUFS: u32 = 5;
104pub const NETLINK_RX_RING: u32 = 6;
105pub const NETLINK_TX_RING: u32 = 7;
106pub const NETLINK_LISTEN_ALL_NSID: u32 = 8;
107pub const NETLINK_LIST_MEMBERSHIPS: u32 = 9;
108pub const NETLINK_CAP_ACK: u32 = 10;
109pub const NETLINK_EXT_ACK: u32 = 11;
110pub const NETLINK_GET_STRICT_CHK: u32 = 12;
111pub const NL_MMAP_MSG_ALIGNMENT: u32 = 4;
112pub const NET_MAJOR: u32 = 36;
113pub const NLA_F_NESTED: u32 = 32768;
114pub const NLA_F_NET_BYTEORDER: u32 = 16384;
115pub const NLA_TYPE_MASK: i32 = -49153;
116pub const NLA_ALIGNTO: u32 = 4;
117pub const MACVLAN_FLAG_NOPROMISC: u32 = 1;
118pub const MACVLAN_FLAG_NODST: u32 = 2;
119pub const IPVLAN_F_PRIVATE: u32 = 1;
120pub const IPVLAN_F_VEPA: u32 = 2;
121pub const MAX_VLAN_LIST_LEN: u32 = 1;
122pub const PORT_PROFILE_MAX: u32 = 40;
123pub const PORT_UUID_MAX: u32 = 16;
124pub const PORT_SELF_VF: i32 = -1;
125pub const XDP_FLAGS_UPDATE_IF_NOEXIST: u32 = 1;
126pub const XDP_FLAGS_SKB_MODE: u32 = 2;
127pub const XDP_FLAGS_DRV_MODE: u32 = 4;
128pub const XDP_FLAGS_HW_MODE: u32 = 8;
129pub const XDP_FLAGS_REPLACE: u32 = 16;
130pub const XDP_FLAGS_MODES: u32 = 14;
131pub const XDP_FLAGS_MASK: u32 = 31;
132pub const RMNET_FLAGS_INGRESS_DEAGGREGATION: u32 = 1;
133pub const RMNET_FLAGS_INGRESS_MAP_COMMANDS: u32 = 2;
134pub const RMNET_FLAGS_INGRESS_MAP_CKSUMV4: u32 = 4;
135pub const RMNET_FLAGS_EGRESS_MAP_CKSUMV4: u32 = 8;
136pub const RMNET_FLAGS_INGRESS_MAP_CKSUMV5: u32 = 16;
137pub const RMNET_FLAGS_EGRESS_MAP_CKSUMV5: u32 = 32;
138pub const IFA_F_SECONDARY: u32 = 1;
139pub const IFA_F_TEMPORARY: u32 = 1;
140pub const IFA_F_NODAD: u32 = 2;
141pub const IFA_F_OPTIMISTIC: u32 = 4;
142pub const IFA_F_DADFAILED: u32 = 8;
143pub const IFA_F_HOMEADDRESS: u32 = 16;
144pub const IFA_F_DEPRECATED: u32 = 32;
145pub const IFA_F_TENTATIVE: u32 = 64;
146pub const IFA_F_PERMANENT: u32 = 128;
147pub const IFA_F_MANAGETEMPADDR: u32 = 256;
148pub const IFA_F_NOPREFIXROUTE: u32 = 512;
149pub const IFA_F_MCAUTOJOIN: u32 = 1024;
150pub const IFA_F_STABLE_PRIVACY: u32 = 2048;
151pub const NTF_USE: u32 = 1;
152pub const NTF_SELF: u32 = 2;
153pub const NTF_MASTER: u32 = 4;
154pub const NTF_PROXY: u32 = 8;
155pub const NTF_EXT_LEARNED: u32 = 16;
156pub const NTF_OFFLOADED: u32 = 32;
157pub const NTF_STICKY: u32 = 64;
158pub const NTF_ROUTER: u32 = 128;
159pub const NTF_EXT_MANAGED: u32 = 1;
160pub const NUD_INCOMPLETE: u32 = 1;
161pub const NUD_REACHABLE: u32 = 2;
162pub const NUD_STALE: u32 = 4;
163pub const NUD_DELAY: u32 = 8;
164pub const NUD_PROBE: u32 = 16;
165pub const NUD_FAILED: u32 = 32;
166pub const NUD_NOARP: u32 = 64;
167pub const NUD_PERMANENT: u32 = 128;
168pub const NUD_NONE: u32 = 0;
169pub const RTNL_FAMILY_IPMR: u32 = 128;
170pub const RTNL_FAMILY_IP6MR: u32 = 129;
171pub const RTNL_FAMILY_MAX: u32 = 129;
172pub const RTA_ALIGNTO: u32 = 4;
173pub const RTPROT_UNSPEC: u32 = 0;
174pub const RTPROT_REDIRECT: u32 = 1;
175pub const RTPROT_KERNEL: u32 = 2;
176pub const RTPROT_BOOT: u32 = 3;
177pub const RTPROT_STATIC: u32 = 4;
178pub const RTPROT_GATED: u32 = 8;
179pub const RTPROT_RA: u32 = 9;
180pub const RTPROT_MRT: u32 = 10;
181pub const RTPROT_ZEBRA: u32 = 11;
182pub const RTPROT_BIRD: u32 = 12;
183pub const RTPROT_DNROUTED: u32 = 13;
184pub const RTPROT_XORP: u32 = 14;
185pub const RTPROT_NTK: u32 = 15;
186pub const RTPROT_DHCP: u32 = 16;
187pub const RTPROT_MROUTED: u32 = 17;
188pub const RTPROT_KEEPALIVED: u32 = 18;
189pub const RTPROT_BABEL: u32 = 42;
190pub const RTPROT_OPENR: u32 = 99;
191pub const RTPROT_BGP: u32 = 186;
192pub const RTPROT_ISIS: u32 = 187;
193pub const RTPROT_OSPF: u32 = 188;
194pub const RTPROT_RIP: u32 = 189;
195pub const RTPROT_EIGRP: u32 = 192;
196pub const RTM_F_NOTIFY: u32 = 256;
197pub const RTM_F_CLONED: u32 = 512;
198pub const RTM_F_EQUALIZE: u32 = 1024;
199pub const RTM_F_PREFIX: u32 = 2048;
200pub const RTM_F_LOOKUP_TABLE: u32 = 4096;
201pub const RTM_F_FIB_MATCH: u32 = 8192;
202pub const RTM_F_OFFLOAD: u32 = 16384;
203pub const RTM_F_TRAP: u32 = 32768;
204pub const RTM_F_OFFLOAD_FAILED: u32 = 536870912;
205pub const RTNH_F_DEAD: u32 = 1;
206pub const RTNH_F_PERVASIVE: u32 = 2;
207pub const RTNH_F_ONLINK: u32 = 4;
208pub const RTNH_F_OFFLOAD: u32 = 8;
209pub const RTNH_F_LINKDOWN: u32 = 16;
210pub const RTNH_F_UNRESOLVED: u32 = 32;
211pub const RTNH_F_TRAP: u32 = 64;
212pub const RTNH_COMPARE_MASK: u32 = 89;
213pub const RTNH_ALIGNTO: u32 = 4;
214pub const RTNETLINK_HAVE_PEERINFO: u32 = 1;
215pub const RTAX_FEATURE_ECN: u32 = 1;
216pub const RTAX_FEATURE_SACK: u32 = 2;
217pub const RTAX_FEATURE_TIMESTAMP: u32 = 4;
218pub const RTAX_FEATURE_ALLFRAG: u32 = 8;
219pub const RTAX_FEATURE_MASK: u32 = 15;
220pub const TCM_IFINDEX_MAGIC_BLOCK: u32 = 4294967295;
221pub const TCA_DUMP_FLAGS_TERSE: u32 = 1;
222pub const RTMGRP_LINK: u32 = 1;
223pub const RTMGRP_NOTIFY: u32 = 2;
224pub const RTMGRP_NEIGH: u32 = 4;
225pub const RTMGRP_TC: u32 = 8;
226pub const RTMGRP_IPV4_IFADDR: u32 = 16;
227pub const RTMGRP_IPV4_MROUTE: u32 = 32;
228pub const RTMGRP_IPV4_ROUTE: u32 = 64;
229pub const RTMGRP_IPV4_RULE: u32 = 128;
230pub const RTMGRP_IPV6_IFADDR: u32 = 256;
231pub const RTMGRP_IPV6_MROUTE: u32 = 512;
232pub const RTMGRP_IPV6_ROUTE: u32 = 1024;
233pub const RTMGRP_IPV6_IFINFO: u32 = 2048;
234pub const RTMGRP_DECnet_IFADDR: u32 = 4096;
235pub const RTMGRP_DECnet_ROUTE: u32 = 16384;
236pub const RTMGRP_IPV6_PREFIX: u32 = 131072;
237pub const TCA_FLAG_LARGE_DUMP_ON: u32 = 1;
238pub const TCA_ACT_FLAG_LARGE_DUMP_ON: u32 = 1;
239pub const TCA_ACT_FLAG_TERSE_DUMP: u32 = 2;
240pub const RTEXT_FILTER_VF: u32 = 1;
241pub const RTEXT_FILTER_BRVLAN: u32 = 2;
242pub const RTEXT_FILTER_BRVLAN_COMPRESSED: u32 = 4;
243pub const RTEXT_FILTER_SKIP_STATS: u32 = 8;
244pub const RTEXT_FILTER_MRP: u32 = 16;
245pub const RTEXT_FILTER_CFM_CONFIG: u32 = 32;
246pub const RTEXT_FILTER_CFM_STATUS: u32 = 64;
247pub type size_t = crate::ctypes::c_ulong;
248pub type ssize_t = crate::ctypes::c_long;
249pub type __kernel_sa_family_t = crate::ctypes::c_ushort;
250#[repr(C)]
251#[derive(Copy, Clone)]
252pub struct __kernel_sockaddr_storage {
253pub __bindgen_anon_1: __kernel_sockaddr_storage__bindgen_ty_1,
254}
255#[repr(C)]
256#[derive(Copy, Clone)]
257pub union __kernel_sockaddr_storage__bindgen_ty_1 {
258pub __bindgen_anon_1: __kernel_sockaddr_storage__bindgen_ty_1__bindgen_ty_1,
259pub __align: *mut crate::ctypes::c_void,
260}
261#[repr(C)]
262#[derive(Debug, Copy, Clone)]
263pub struct __kernel_sockaddr_storage__bindgen_ty_1__bindgen_ty_1 {
264pub ss_family: __kernel_sa_family_t,
265pub __data: [crate::ctypes::c_char; 126usize],
266}
267pub type __s8 = crate::ctypes::c_schar;
268pub type __u8 = crate::ctypes::c_uchar;
269pub type __s16 = crate::ctypes::c_short;
270pub type __u16 = crate::ctypes::c_ushort;
271pub type __s32 = crate::ctypes::c_int;
272pub type __u32 = crate::ctypes::c_uint;
273pub type __s64 = crate::ctypes::c_long;
274pub type __u64 = crate::ctypes::c_ulong;
275#[repr(C)]
276#[derive(Debug, Copy, Clone)]
277pub struct __kernel_fd_set {
278pub fds_bits: [crate::ctypes::c_ulong; 16usize],
279}
280pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
281pub type __kernel_key_t = crate::ctypes::c_int;
282pub type __kernel_mqd_t = crate::ctypes::c_int;
283pub type __kernel_daddr_t = crate::ctypes::c_long;
284pub type __kernel_long_t = crate::ctypes::c_long;
285pub type __kernel_ulong_t = crate::ctypes::c_ulong;
286pub type __kernel_ino_t = __kernel_ulong_t;
287pub type __kernel_mode_t = crate::ctypes::c_uint;
288pub type __kernel_pid_t = crate::ctypes::c_int;
289pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
290pub type __kernel_uid_t = crate::ctypes::c_uint;
291pub type __kernel_gid_t = crate::ctypes::c_uint;
292pub type __kernel_suseconds_t = __kernel_long_t;
293pub type __kernel_uid32_t = crate::ctypes::c_uint;
294pub type __kernel_gid32_t = crate::ctypes::c_uint;
295pub type __kernel_old_uid_t = __kernel_uid_t;
296pub type __kernel_old_gid_t = __kernel_gid_t;
297pub type __kernel_old_dev_t = crate::ctypes::c_uint;
298pub type __kernel_size_t = __kernel_ulong_t;
299pub type __kernel_ssize_t = __kernel_long_t;
300pub type __kernel_ptrdiff_t = __kernel_long_t;
301#[repr(C)]
302#[derive(Debug, Copy, Clone)]
303pub struct __kernel_fsid_t {
304pub val: [crate::ctypes::c_int; 2usize],
305}
306pub type __kernel_off_t = __kernel_long_t;
307pub type __kernel_loff_t = crate::ctypes::c_longlong;
308pub type __kernel_old_time_t = __kernel_long_t;
309pub type __kernel_time_t = __kernel_long_t;
310pub type __kernel_time64_t = crate::ctypes::c_longlong;
311pub type __kernel_clock_t = __kernel_long_t;
312pub type __kernel_timer_t = crate::ctypes::c_int;
313pub type __kernel_clockid_t = crate::ctypes::c_int;
314pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
315pub type __kernel_uid16_t = crate::ctypes::c_ushort;
316pub type __kernel_gid16_t = crate::ctypes::c_ushort;
317pub type __le16 = __u16;
318pub type __be16 = __u16;
319pub type __le32 = __u32;
320pub type __be32 = __u32;
321pub type __le64 = __u64;
322pub type __be64 = __u64;
323pub type __sum16 = __u16;
324pub type __wsum = __u32;
325pub type __poll_t = crate::ctypes::c_uint;
326#[repr(C)]
327#[derive(Debug, Copy, Clone)]
328pub struct sockaddr_nl {
329pub nl_family: __kernel_sa_family_t,
330pub nl_pad: crate::ctypes::c_ushort,
331pub nl_pid: __u32,
332pub nl_groups: __u32,
333}
334#[repr(C)]
335#[derive(Debug, Copy, Clone)]
336pub struct nlmsghdr {
337pub nlmsg_len: __u32,
338pub nlmsg_type: __u16,
339pub nlmsg_flags: __u16,
340pub nlmsg_seq: __u32,
341pub nlmsg_pid: __u32,
342}
343#[repr(C)]
344#[derive(Debug, Copy, Clone)]
345pub struct nlmsgerr {
346pub error: crate::ctypes::c_int,
347pub msg: nlmsghdr,
348}
349impl nlmsgerr_attrs {
350pub const NLMSGERR_ATTR_MAX: nlmsgerr_attrs = nlmsgerr_attrs::NLMSGERR_ATTR_POLICY;
351}
352#[repr(u32)]
353#[non_exhaustive]
354#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
355pub enum nlmsgerr_attrs {
356NLMSGERR_ATTR_UNUSED = 0,
357NLMSGERR_ATTR_MSG = 1,
358NLMSGERR_ATTR_OFFS = 2,
359NLMSGERR_ATTR_COOKIE = 3,
360NLMSGERR_ATTR_POLICY = 4,
361__NLMSGERR_ATTR_MAX = 5,
362}
363#[repr(C)]
364#[derive(Debug, Copy, Clone)]
365pub struct nl_pktinfo {
366pub group: __u32,
367}
368#[repr(C)]
369#[derive(Debug, Copy, Clone)]
370pub struct nl_mmap_req {
371pub nm_block_size: crate::ctypes::c_uint,
372pub nm_block_nr: crate::ctypes::c_uint,
373pub nm_frame_size: crate::ctypes::c_uint,
374pub nm_frame_nr: crate::ctypes::c_uint,
375}
376#[repr(C)]
377#[derive(Debug, Copy, Clone)]
378pub struct nl_mmap_hdr {
379pub nm_status: crate::ctypes::c_uint,
380pub nm_len: crate::ctypes::c_uint,
381pub nm_group: __u32,
382pub nm_pid: __u32,
383pub nm_uid: __u32,
384pub nm_gid: __u32,
385}
386#[repr(u32)]
387#[non_exhaustive]
388#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
389pub enum nl_mmap_status {
390NL_MMAP_STATUS_UNUSED = 0,
391NL_MMAP_STATUS_RESERVED = 1,
392NL_MMAP_STATUS_VALID = 2,
393NL_MMAP_STATUS_COPY = 3,
394NL_MMAP_STATUS_SKIP = 4,
395}
396pub const NETLINK_UNCONNECTED: _bindgen_ty_1 = _bindgen_ty_1::NETLINK_UNCONNECTED;
397pub const NETLINK_CONNECTED: _bindgen_ty_1 = _bindgen_ty_1::NETLINK_CONNECTED;
398#[repr(u32)]
399#[non_exhaustive]
400#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
401pub enum _bindgen_ty_1 {
402NETLINK_UNCONNECTED = 0,
403NETLINK_CONNECTED = 1,
404}
405#[repr(C)]
406#[derive(Debug, Copy, Clone)]
407pub struct nlattr {
408pub nla_len: __u16,
409pub nla_type: __u16,
410}
411#[repr(C)]
412#[derive(Debug, Copy, Clone)]
413pub struct nla_bitfield32 {
414pub value: __u32,
415pub selector: __u32,
416}
417#[repr(u32)]
418#[non_exhaustive]
419#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
420pub enum netlink_attribute_type {
421NL_ATTR_TYPE_INVALID = 0,
422NL_ATTR_TYPE_FLAG = 1,
423NL_ATTR_TYPE_U8 = 2,
424NL_ATTR_TYPE_U16 = 3,
425NL_ATTR_TYPE_U32 = 4,
426NL_ATTR_TYPE_U64 = 5,
427NL_ATTR_TYPE_S8 = 6,
428NL_ATTR_TYPE_S16 = 7,
429NL_ATTR_TYPE_S32 = 8,
430NL_ATTR_TYPE_S64 = 9,
431NL_ATTR_TYPE_BINARY = 10,
432NL_ATTR_TYPE_STRING = 11,
433NL_ATTR_TYPE_NUL_STRING = 12,
434NL_ATTR_TYPE_NESTED = 13,
435NL_ATTR_TYPE_NESTED_ARRAY = 14,
436NL_ATTR_TYPE_BITFIELD32 = 15,
437}
438impl netlink_policy_type_attr {
439pub const NL_POLICY_TYPE_ATTR_MAX: netlink_policy_type_attr = netlink_policy_type_attr::NL_POLICY_TYPE_ATTR_MASK;
440}
441#[repr(u32)]
442#[non_exhaustive]
443#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
444pub enum netlink_policy_type_attr {
445NL_POLICY_TYPE_ATTR_UNSPEC = 0,
446NL_POLICY_TYPE_ATTR_TYPE = 1,
447NL_POLICY_TYPE_ATTR_MIN_VALUE_S = 2,
448NL_POLICY_TYPE_ATTR_MAX_VALUE_S = 3,
449NL_POLICY_TYPE_ATTR_MIN_VALUE_U = 4,
450NL_POLICY_TYPE_ATTR_MAX_VALUE_U = 5,
451NL_POLICY_TYPE_ATTR_MIN_LENGTH = 6,
452NL_POLICY_TYPE_ATTR_MAX_LENGTH = 7,
453NL_POLICY_TYPE_ATTR_POLICY_IDX = 8,
454NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE = 9,
455NL_POLICY_TYPE_ATTR_BITFIELD32_MASK = 10,
456NL_POLICY_TYPE_ATTR_PAD = 11,
457NL_POLICY_TYPE_ATTR_MASK = 12,
458__NL_POLICY_TYPE_ATTR_MAX = 13,
459}
460#[repr(C)]
461#[derive(Debug, Copy, Clone)]
462pub struct rtnl_link_stats {
463pub rx_packets: __u32,
464pub tx_packets: __u32,
465pub rx_bytes: __u32,
466pub tx_bytes: __u32,
467pub rx_errors: __u32,
468pub tx_errors: __u32,
469pub rx_dropped: __u32,
470pub tx_dropped: __u32,
471pub multicast: __u32,
472pub collisions: __u32,
473pub rx_length_errors: __u32,
474pub rx_over_errors: __u32,
475pub rx_crc_errors: __u32,
476pub rx_frame_errors: __u32,
477pub rx_fifo_errors: __u32,
478pub rx_missed_errors: __u32,
479pub tx_aborted_errors: __u32,
480pub tx_carrier_errors: __u32,
481pub tx_fifo_errors: __u32,
482pub tx_heartbeat_errors: __u32,
483pub tx_window_errors: __u32,
484pub rx_compressed: __u32,
485pub tx_compressed: __u32,
486pub rx_nohandler: __u32,
487}
488#[repr(C)]
489#[derive(Debug, Copy, Clone)]
490pub struct rtnl_link_stats64 {
491pub rx_packets: __u64,
492pub tx_packets: __u64,
493pub rx_bytes: __u64,
494pub tx_bytes: __u64,
495pub rx_errors: __u64,
496pub tx_errors: __u64,
497pub rx_dropped: __u64,
498pub tx_dropped: __u64,
499pub multicast: __u64,
500pub collisions: __u64,
501pub rx_length_errors: __u64,
502pub rx_over_errors: __u64,
503pub rx_crc_errors: __u64,
504pub rx_frame_errors: __u64,
505pub rx_fifo_errors: __u64,
506pub rx_missed_errors: __u64,
507pub tx_aborted_errors: __u64,
508pub tx_carrier_errors: __u64,
509pub tx_fifo_errors: __u64,
510pub tx_heartbeat_errors: __u64,
511pub tx_window_errors: __u64,
512pub rx_compressed: __u64,
513pub tx_compressed: __u64,
514pub rx_nohandler: __u64,
515}
516#[repr(C)]
517#[derive(Debug, Copy, Clone)]
518pub struct rtnl_link_ifmap {
519pub mem_start: __u64,
520pub mem_end: __u64,
521pub base_addr: __u64,
522pub irq: __u16,
523pub dma: __u8,
524pub port: __u8,
525}
526pub const IFLA_UNSPEC: _bindgen_ty_2 = _bindgen_ty_2::IFLA_UNSPEC;
527pub const IFLA_ADDRESS: _bindgen_ty_2 = _bindgen_ty_2::IFLA_ADDRESS;
528pub const IFLA_BROADCAST: _bindgen_ty_2 = _bindgen_ty_2::IFLA_BROADCAST;
529pub const IFLA_IFNAME: _bindgen_ty_2 = _bindgen_ty_2::IFLA_IFNAME;
530pub const IFLA_MTU: _bindgen_ty_2 = _bindgen_ty_2::IFLA_MTU;
531pub const IFLA_LINK: _bindgen_ty_2 = _bindgen_ty_2::IFLA_LINK;
532pub const IFLA_QDISC: _bindgen_ty_2 = _bindgen_ty_2::IFLA_QDISC;
533pub const IFLA_STATS: _bindgen_ty_2 = _bindgen_ty_2::IFLA_STATS;
534pub const IFLA_COST: _bindgen_ty_2 = _bindgen_ty_2::IFLA_COST;
535pub const IFLA_PRIORITY: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PRIORITY;
536pub const IFLA_MASTER: _bindgen_ty_2 = _bindgen_ty_2::IFLA_MASTER;
537pub const IFLA_WIRELESS: _bindgen_ty_2 = _bindgen_ty_2::IFLA_WIRELESS;
538pub const IFLA_PROTINFO: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PROTINFO;
539pub const IFLA_TXQLEN: _bindgen_ty_2 = _bindgen_ty_2::IFLA_TXQLEN;
540pub const IFLA_MAP: _bindgen_ty_2 = _bindgen_ty_2::IFLA_MAP;
541pub const IFLA_WEIGHT: _bindgen_ty_2 = _bindgen_ty_2::IFLA_WEIGHT;
542pub const IFLA_OPERSTATE: _bindgen_ty_2 = _bindgen_ty_2::IFLA_OPERSTATE;
543pub const IFLA_LINKMODE: _bindgen_ty_2 = _bindgen_ty_2::IFLA_LINKMODE;
544pub const IFLA_LINKINFO: _bindgen_ty_2 = _bindgen_ty_2::IFLA_LINKINFO;
545pub const IFLA_NET_NS_PID: _bindgen_ty_2 = _bindgen_ty_2::IFLA_NET_NS_PID;
546pub const IFLA_IFALIAS: _bindgen_ty_2 = _bindgen_ty_2::IFLA_IFALIAS;
547pub const IFLA_NUM_VF: _bindgen_ty_2 = _bindgen_ty_2::IFLA_NUM_VF;
548pub const IFLA_VFINFO_LIST: _bindgen_ty_2 = _bindgen_ty_2::IFLA_VFINFO_LIST;
549pub const IFLA_STATS64: _bindgen_ty_2 = _bindgen_ty_2::IFLA_STATS64;
550pub const IFLA_VF_PORTS: _bindgen_ty_2 = _bindgen_ty_2::IFLA_VF_PORTS;
551pub const IFLA_PORT_SELF: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PORT_SELF;
552pub const IFLA_AF_SPEC: _bindgen_ty_2 = _bindgen_ty_2::IFLA_AF_SPEC;
553pub const IFLA_GROUP: _bindgen_ty_2 = _bindgen_ty_2::IFLA_GROUP;
554pub const IFLA_NET_NS_FD: _bindgen_ty_2 = _bindgen_ty_2::IFLA_NET_NS_FD;
555pub const IFLA_EXT_MASK: _bindgen_ty_2 = _bindgen_ty_2::IFLA_EXT_MASK;
556pub const IFLA_PROMISCUITY: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PROMISCUITY;
557pub const IFLA_NUM_TX_QUEUES: _bindgen_ty_2 = _bindgen_ty_2::IFLA_NUM_TX_QUEUES;
558pub const IFLA_NUM_RX_QUEUES: _bindgen_ty_2 = _bindgen_ty_2::IFLA_NUM_RX_QUEUES;
559pub const IFLA_CARRIER: _bindgen_ty_2 = _bindgen_ty_2::IFLA_CARRIER;
560pub const IFLA_PHYS_PORT_ID: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PHYS_PORT_ID;
561pub const IFLA_CARRIER_CHANGES: _bindgen_ty_2 = _bindgen_ty_2::IFLA_CARRIER_CHANGES;
562pub const IFLA_PHYS_SWITCH_ID: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PHYS_SWITCH_ID;
563pub const IFLA_LINK_NETNSID: _bindgen_ty_2 = _bindgen_ty_2::IFLA_LINK_NETNSID;
564pub const IFLA_PHYS_PORT_NAME: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PHYS_PORT_NAME;
565pub const IFLA_PROTO_DOWN: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PROTO_DOWN;
566pub const IFLA_GSO_MAX_SEGS: _bindgen_ty_2 = _bindgen_ty_2::IFLA_GSO_MAX_SEGS;
567pub const IFLA_GSO_MAX_SIZE: _bindgen_ty_2 = _bindgen_ty_2::IFLA_GSO_MAX_SIZE;
568pub const IFLA_PAD: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PAD;
569pub const IFLA_XDP: _bindgen_ty_2 = _bindgen_ty_2::IFLA_XDP;
570pub const IFLA_EVENT: _bindgen_ty_2 = _bindgen_ty_2::IFLA_EVENT;
571pub const IFLA_NEW_NETNSID: _bindgen_ty_2 = _bindgen_ty_2::IFLA_NEW_NETNSID;
572pub const IFLA_IF_NETNSID: _bindgen_ty_2 = _bindgen_ty_2::IFLA_IF_NETNSID;
573pub const IFLA_TARGET_NETNSID: _bindgen_ty_2 = _bindgen_ty_2::IFLA_IF_NETNSID;
574pub const IFLA_CARRIER_UP_COUNT: _bindgen_ty_2 = _bindgen_ty_2::IFLA_CARRIER_UP_COUNT;
575pub const IFLA_CARRIER_DOWN_COUNT: _bindgen_ty_2 = _bindgen_ty_2::IFLA_CARRIER_DOWN_COUNT;
576pub const IFLA_NEW_IFINDEX: _bindgen_ty_2 = _bindgen_ty_2::IFLA_NEW_IFINDEX;
577pub const IFLA_MIN_MTU: _bindgen_ty_2 = _bindgen_ty_2::IFLA_MIN_MTU;
578pub const IFLA_MAX_MTU: _bindgen_ty_2 = _bindgen_ty_2::IFLA_MAX_MTU;
579pub const IFLA_PROP_LIST: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PROP_LIST;
580pub const IFLA_ALT_IFNAME: _bindgen_ty_2 = _bindgen_ty_2::IFLA_ALT_IFNAME;
581pub const IFLA_PERM_ADDRESS: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PERM_ADDRESS;
582pub const IFLA_PROTO_DOWN_REASON: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PROTO_DOWN_REASON;
583pub const IFLA_PARENT_DEV_NAME: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PARENT_DEV_NAME;
584pub const IFLA_PARENT_DEV_BUS_NAME: _bindgen_ty_2 = _bindgen_ty_2::IFLA_PARENT_DEV_BUS_NAME;
585pub const IFLA_GRO_MAX_SIZE: _bindgen_ty_2 = _bindgen_ty_2::IFLA_GRO_MAX_SIZE;
586pub const __IFLA_MAX: _bindgen_ty_2 = _bindgen_ty_2::__IFLA_MAX;
587#[repr(u32)]
588#[non_exhaustive]
589#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
590pub enum _bindgen_ty_2 {
591IFLA_UNSPEC = 0,
592IFLA_ADDRESS = 1,
593IFLA_BROADCAST = 2,
594IFLA_IFNAME = 3,
595IFLA_MTU = 4,
596IFLA_LINK = 5,
597IFLA_QDISC = 6,
598IFLA_STATS = 7,
599IFLA_COST = 8,
600IFLA_PRIORITY = 9,
601IFLA_MASTER = 10,
602IFLA_WIRELESS = 11,
603IFLA_PROTINFO = 12,
604IFLA_TXQLEN = 13,
605IFLA_MAP = 14,
606IFLA_WEIGHT = 15,
607IFLA_OPERSTATE = 16,
608IFLA_LINKMODE = 17,
609IFLA_LINKINFO = 18,
610IFLA_NET_NS_PID = 19,
611IFLA_IFALIAS = 20,
612IFLA_NUM_VF = 21,
613IFLA_VFINFO_LIST = 22,
614IFLA_STATS64 = 23,
615IFLA_VF_PORTS = 24,
616IFLA_PORT_SELF = 25,
617IFLA_AF_SPEC = 26,
618IFLA_GROUP = 27,
619IFLA_NET_NS_FD = 28,
620IFLA_EXT_MASK = 29,
621IFLA_PROMISCUITY = 30,
622IFLA_NUM_TX_QUEUES = 31,
623IFLA_NUM_RX_QUEUES = 32,
624IFLA_CARRIER = 33,
625IFLA_PHYS_PORT_ID = 34,
626IFLA_CARRIER_CHANGES = 35,
627IFLA_PHYS_SWITCH_ID = 36,
628IFLA_LINK_NETNSID = 37,
629IFLA_PHYS_PORT_NAME = 38,
630IFLA_PROTO_DOWN = 39,
631IFLA_GSO_MAX_SEGS = 40,
632IFLA_GSO_MAX_SIZE = 41,
633IFLA_PAD = 42,
634IFLA_XDP = 43,
635IFLA_EVENT = 44,
636IFLA_NEW_NETNSID = 45,
637IFLA_IF_NETNSID = 46,
638IFLA_CARRIER_UP_COUNT = 47,
639IFLA_CARRIER_DOWN_COUNT = 48,
640IFLA_NEW_IFINDEX = 49,
641IFLA_MIN_MTU = 50,
642IFLA_MAX_MTU = 51,
643IFLA_PROP_LIST = 52,
644IFLA_ALT_IFNAME = 53,
645IFLA_PERM_ADDRESS = 54,
646IFLA_PROTO_DOWN_REASON = 55,
647IFLA_PARENT_DEV_NAME = 56,
648IFLA_PARENT_DEV_BUS_NAME = 57,
649IFLA_GRO_MAX_SIZE = 58,
650__IFLA_MAX = 59,
651}
652pub const IFLA_PROTO_DOWN_REASON_UNSPEC: _bindgen_ty_3 = _bindgen_ty_3::IFLA_PROTO_DOWN_REASON_UNSPEC;
653pub const IFLA_PROTO_DOWN_REASON_MASK: _bindgen_ty_3 = _bindgen_ty_3::IFLA_PROTO_DOWN_REASON_MASK;
654pub const IFLA_PROTO_DOWN_REASON_VALUE: _bindgen_ty_3 = _bindgen_ty_3::IFLA_PROTO_DOWN_REASON_VALUE;
655pub const __IFLA_PROTO_DOWN_REASON_CNT: _bindgen_ty_3 = _bindgen_ty_3::__IFLA_PROTO_DOWN_REASON_CNT;
656pub const IFLA_PROTO_DOWN_REASON_MAX: _bindgen_ty_3 = _bindgen_ty_3::IFLA_PROTO_DOWN_REASON_VALUE;
657#[repr(u32)]
658#[non_exhaustive]
659#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
660pub enum _bindgen_ty_3 {
661IFLA_PROTO_DOWN_REASON_UNSPEC = 0,
662IFLA_PROTO_DOWN_REASON_MASK = 1,
663IFLA_PROTO_DOWN_REASON_VALUE = 2,
664__IFLA_PROTO_DOWN_REASON_CNT = 3,
665}
666pub const IFLA_INET_UNSPEC: _bindgen_ty_4 = _bindgen_ty_4::IFLA_INET_UNSPEC;
667pub const IFLA_INET_CONF: _bindgen_ty_4 = _bindgen_ty_4::IFLA_INET_CONF;
668pub const __IFLA_INET_MAX: _bindgen_ty_4 = _bindgen_ty_4::__IFLA_INET_MAX;
669#[repr(u32)]
670#[non_exhaustive]
671#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
672pub enum _bindgen_ty_4 {
673IFLA_INET_UNSPEC = 0,
674IFLA_INET_CONF = 1,
675__IFLA_INET_MAX = 2,
676}
677pub const IFLA_INET6_UNSPEC: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_UNSPEC;
678pub const IFLA_INET6_FLAGS: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_FLAGS;
679pub const IFLA_INET6_CONF: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_CONF;
680pub const IFLA_INET6_STATS: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_STATS;
681pub const IFLA_INET6_MCAST: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_MCAST;
682pub const IFLA_INET6_CACHEINFO: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_CACHEINFO;
683pub const IFLA_INET6_ICMP6STATS: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_ICMP6STATS;
684pub const IFLA_INET6_TOKEN: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_TOKEN;
685pub const IFLA_INET6_ADDR_GEN_MODE: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_ADDR_GEN_MODE;
686pub const IFLA_INET6_RA_MTU: _bindgen_ty_5 = _bindgen_ty_5::IFLA_INET6_RA_MTU;
687pub const __IFLA_INET6_MAX: _bindgen_ty_5 = _bindgen_ty_5::__IFLA_INET6_MAX;
688#[repr(u32)]
689#[non_exhaustive]
690#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
691pub enum _bindgen_ty_5 {
692IFLA_INET6_UNSPEC = 0,
693IFLA_INET6_FLAGS = 1,
694IFLA_INET6_CONF = 2,
695IFLA_INET6_STATS = 3,
696IFLA_INET6_MCAST = 4,
697IFLA_INET6_CACHEINFO = 5,
698IFLA_INET6_ICMP6STATS = 6,
699IFLA_INET6_TOKEN = 7,
700IFLA_INET6_ADDR_GEN_MODE = 8,
701IFLA_INET6_RA_MTU = 9,
702__IFLA_INET6_MAX = 10,
703}
704#[repr(u32)]
705#[non_exhaustive]
706#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
707pub enum in6_addr_gen_mode {
708IN6_ADDR_GEN_MODE_EUI64 = 0,
709IN6_ADDR_GEN_MODE_NONE = 1,
710IN6_ADDR_GEN_MODE_STABLE_PRIVACY = 2,
711IN6_ADDR_GEN_MODE_RANDOM = 3,
712}
713pub const IFLA_BR_UNSPEC: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_UNSPEC;
714pub const IFLA_BR_FORWARD_DELAY: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_FORWARD_DELAY;
715pub const IFLA_BR_HELLO_TIME: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_HELLO_TIME;
716pub const IFLA_BR_MAX_AGE: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MAX_AGE;
717pub const IFLA_BR_AGEING_TIME: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_AGEING_TIME;
718pub const IFLA_BR_STP_STATE: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_STP_STATE;
719pub const IFLA_BR_PRIORITY: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_PRIORITY;
720pub const IFLA_BR_VLAN_FILTERING: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_VLAN_FILTERING;
721pub const IFLA_BR_VLAN_PROTOCOL: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_VLAN_PROTOCOL;
722pub const IFLA_BR_GROUP_FWD_MASK: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_GROUP_FWD_MASK;
723pub const IFLA_BR_ROOT_ID: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_ROOT_ID;
724pub const IFLA_BR_BRIDGE_ID: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_BRIDGE_ID;
725pub const IFLA_BR_ROOT_PORT: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_ROOT_PORT;
726pub const IFLA_BR_ROOT_PATH_COST: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_ROOT_PATH_COST;
727pub const IFLA_BR_TOPOLOGY_CHANGE: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_TOPOLOGY_CHANGE;
728pub const IFLA_BR_TOPOLOGY_CHANGE_DETECTED: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_TOPOLOGY_CHANGE_DETECTED;
729pub const IFLA_BR_HELLO_TIMER: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_HELLO_TIMER;
730pub const IFLA_BR_TCN_TIMER: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_TCN_TIMER;
731pub const IFLA_BR_TOPOLOGY_CHANGE_TIMER: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_TOPOLOGY_CHANGE_TIMER;
732pub const IFLA_BR_GC_TIMER: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_GC_TIMER;
733pub const IFLA_BR_GROUP_ADDR: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_GROUP_ADDR;
734pub const IFLA_BR_FDB_FLUSH: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_FDB_FLUSH;
735pub const IFLA_BR_MCAST_ROUTER: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_ROUTER;
736pub const IFLA_BR_MCAST_SNOOPING: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_SNOOPING;
737pub const IFLA_BR_MCAST_QUERY_USE_IFADDR: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_QUERY_USE_IFADDR;
738pub const IFLA_BR_MCAST_QUERIER: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_QUERIER;
739pub const IFLA_BR_MCAST_HASH_ELASTICITY: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_HASH_ELASTICITY;
740pub const IFLA_BR_MCAST_HASH_MAX: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_HASH_MAX;
741pub const IFLA_BR_MCAST_LAST_MEMBER_CNT: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_LAST_MEMBER_CNT;
742pub const IFLA_BR_MCAST_STARTUP_QUERY_CNT: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_STARTUP_QUERY_CNT;
743pub const IFLA_BR_MCAST_LAST_MEMBER_INTVL: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_LAST_MEMBER_INTVL;
744pub const IFLA_BR_MCAST_MEMBERSHIP_INTVL: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_MEMBERSHIP_INTVL;
745pub const IFLA_BR_MCAST_QUERIER_INTVL: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_QUERIER_INTVL;
746pub const IFLA_BR_MCAST_QUERY_INTVL: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_QUERY_INTVL;
747pub const IFLA_BR_MCAST_QUERY_RESPONSE_INTVL: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_QUERY_RESPONSE_INTVL;
748pub const IFLA_BR_MCAST_STARTUP_QUERY_INTVL: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_STARTUP_QUERY_INTVL;
749pub const IFLA_BR_NF_CALL_IPTABLES: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_NF_CALL_IPTABLES;
750pub const IFLA_BR_NF_CALL_IP6TABLES: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_NF_CALL_IP6TABLES;
751pub const IFLA_BR_NF_CALL_ARPTABLES: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_NF_CALL_ARPTABLES;
752pub const IFLA_BR_VLAN_DEFAULT_PVID: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_VLAN_DEFAULT_PVID;
753pub const IFLA_BR_PAD: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_PAD;
754pub const IFLA_BR_VLAN_STATS_ENABLED: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_VLAN_STATS_ENABLED;
755pub const IFLA_BR_MCAST_STATS_ENABLED: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_STATS_ENABLED;
756pub const IFLA_BR_MCAST_IGMP_VERSION: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_IGMP_VERSION;
757pub const IFLA_BR_MCAST_MLD_VERSION: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_MLD_VERSION;
758pub const IFLA_BR_VLAN_STATS_PER_PORT: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_VLAN_STATS_PER_PORT;
759pub const IFLA_BR_MULTI_BOOLOPT: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MULTI_BOOLOPT;
760pub const IFLA_BR_MCAST_QUERIER_STATE: _bindgen_ty_6 = _bindgen_ty_6::IFLA_BR_MCAST_QUERIER_STATE;
761pub const __IFLA_BR_MAX: _bindgen_ty_6 = _bindgen_ty_6::__IFLA_BR_MAX;
762#[repr(u32)]
763#[non_exhaustive]
764#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
765pub enum _bindgen_ty_6 {
766IFLA_BR_UNSPEC = 0,
767IFLA_BR_FORWARD_DELAY = 1,
768IFLA_BR_HELLO_TIME = 2,
769IFLA_BR_MAX_AGE = 3,
770IFLA_BR_AGEING_TIME = 4,
771IFLA_BR_STP_STATE = 5,
772IFLA_BR_PRIORITY = 6,
773IFLA_BR_VLAN_FILTERING = 7,
774IFLA_BR_VLAN_PROTOCOL = 8,
775IFLA_BR_GROUP_FWD_MASK = 9,
776IFLA_BR_ROOT_ID = 10,
777IFLA_BR_BRIDGE_ID = 11,
778IFLA_BR_ROOT_PORT = 12,
779IFLA_BR_ROOT_PATH_COST = 13,
780IFLA_BR_TOPOLOGY_CHANGE = 14,
781IFLA_BR_TOPOLOGY_CHANGE_DETECTED = 15,
782IFLA_BR_HELLO_TIMER = 16,
783IFLA_BR_TCN_TIMER = 17,
784IFLA_BR_TOPOLOGY_CHANGE_TIMER = 18,
785IFLA_BR_GC_TIMER = 19,
786IFLA_BR_GROUP_ADDR = 20,
787IFLA_BR_FDB_FLUSH = 21,
788IFLA_BR_MCAST_ROUTER = 22,
789IFLA_BR_MCAST_SNOOPING = 23,
790IFLA_BR_MCAST_QUERY_USE_IFADDR = 24,
791IFLA_BR_MCAST_QUERIER = 25,
792IFLA_BR_MCAST_HASH_ELASTICITY = 26,
793IFLA_BR_MCAST_HASH_MAX = 27,
794IFLA_BR_MCAST_LAST_MEMBER_CNT = 28,
795IFLA_BR_MCAST_STARTUP_QUERY_CNT = 29,
796IFLA_BR_MCAST_LAST_MEMBER_INTVL = 30,
797IFLA_BR_MCAST_MEMBERSHIP_INTVL = 31,
798IFLA_BR_MCAST_QUERIER_INTVL = 32,
799IFLA_BR_MCAST_QUERY_INTVL = 33,
800IFLA_BR_MCAST_QUERY_RESPONSE_INTVL = 34,
801IFLA_BR_MCAST_STARTUP_QUERY_INTVL = 35,
802IFLA_BR_NF_CALL_IPTABLES = 36,
803IFLA_BR_NF_CALL_IP6TABLES = 37,
804IFLA_BR_NF_CALL_ARPTABLES = 38,
805IFLA_BR_VLAN_DEFAULT_PVID = 39,
806IFLA_BR_PAD = 40,
807IFLA_BR_VLAN_STATS_ENABLED = 41,
808IFLA_BR_MCAST_STATS_ENABLED = 42,
809IFLA_BR_MCAST_IGMP_VERSION = 43,
810IFLA_BR_MCAST_MLD_VERSION = 44,
811IFLA_BR_VLAN_STATS_PER_PORT = 45,
812IFLA_BR_MULTI_BOOLOPT = 46,
813IFLA_BR_MCAST_QUERIER_STATE = 47,
814__IFLA_BR_MAX = 48,
815}
816#[repr(C)]
817#[derive(Debug, Copy, Clone)]
818pub struct ifla_bridge_id {
819pub prio: [__u8; 2usize],
820pub addr: [__u8; 6usize],
821}
822pub const BRIDGE_MODE_UNSPEC: _bindgen_ty_7 = _bindgen_ty_7::BRIDGE_MODE_UNSPEC;
823pub const BRIDGE_MODE_HAIRPIN: _bindgen_ty_7 = _bindgen_ty_7::BRIDGE_MODE_HAIRPIN;
824#[repr(u32)]
825#[non_exhaustive]
826#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
827pub enum _bindgen_ty_7 {
828BRIDGE_MODE_UNSPEC = 0,
829BRIDGE_MODE_HAIRPIN = 1,
830}
831pub const IFLA_BRPORT_UNSPEC: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_UNSPEC;
832pub const IFLA_BRPORT_STATE: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_STATE;
833pub const IFLA_BRPORT_PRIORITY: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_PRIORITY;
834pub const IFLA_BRPORT_COST: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_COST;
835pub const IFLA_BRPORT_MODE: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MODE;
836pub const IFLA_BRPORT_GUARD: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_GUARD;
837pub const IFLA_BRPORT_PROTECT: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_PROTECT;
838pub const IFLA_BRPORT_FAST_LEAVE: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_FAST_LEAVE;
839pub const IFLA_BRPORT_LEARNING: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_LEARNING;
840pub const IFLA_BRPORT_UNICAST_FLOOD: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_UNICAST_FLOOD;
841pub const IFLA_BRPORT_PROXYARP: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_PROXYARP;
842pub const IFLA_BRPORT_LEARNING_SYNC: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_LEARNING_SYNC;
843pub const IFLA_BRPORT_PROXYARP_WIFI: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_PROXYARP_WIFI;
844pub const IFLA_BRPORT_ROOT_ID: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_ROOT_ID;
845pub const IFLA_BRPORT_BRIDGE_ID: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_BRIDGE_ID;
846pub const IFLA_BRPORT_DESIGNATED_PORT: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_DESIGNATED_PORT;
847pub const IFLA_BRPORT_DESIGNATED_COST: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_DESIGNATED_COST;
848pub const IFLA_BRPORT_ID: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_ID;
849pub const IFLA_BRPORT_NO: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_NO;
850pub const IFLA_BRPORT_TOPOLOGY_CHANGE_ACK: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_TOPOLOGY_CHANGE_ACK;
851pub const IFLA_BRPORT_CONFIG_PENDING: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_CONFIG_PENDING;
852pub const IFLA_BRPORT_MESSAGE_AGE_TIMER: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MESSAGE_AGE_TIMER;
853pub const IFLA_BRPORT_FORWARD_DELAY_TIMER: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_FORWARD_DELAY_TIMER;
854pub const IFLA_BRPORT_HOLD_TIMER: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_HOLD_TIMER;
855pub const IFLA_BRPORT_FLUSH: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_FLUSH;
856pub const IFLA_BRPORT_MULTICAST_ROUTER: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MULTICAST_ROUTER;
857pub const IFLA_BRPORT_PAD: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_PAD;
858pub const IFLA_BRPORT_MCAST_FLOOD: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MCAST_FLOOD;
859pub const IFLA_BRPORT_MCAST_TO_UCAST: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MCAST_TO_UCAST;
860pub const IFLA_BRPORT_VLAN_TUNNEL: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_VLAN_TUNNEL;
861pub const IFLA_BRPORT_BCAST_FLOOD: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_BCAST_FLOOD;
862pub const IFLA_BRPORT_GROUP_FWD_MASK: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_GROUP_FWD_MASK;
863pub const IFLA_BRPORT_NEIGH_SUPPRESS: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_NEIGH_SUPPRESS;
864pub const IFLA_BRPORT_ISOLATED: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_ISOLATED;
865pub const IFLA_BRPORT_BACKUP_PORT: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_BACKUP_PORT;
866pub const IFLA_BRPORT_MRP_RING_OPEN: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MRP_RING_OPEN;
867pub const IFLA_BRPORT_MRP_IN_OPEN: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MRP_IN_OPEN;
868pub const IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT;
869pub const IFLA_BRPORT_MCAST_EHT_HOSTS_CNT: _bindgen_ty_8 = _bindgen_ty_8::IFLA_BRPORT_MCAST_EHT_HOSTS_CNT;
870pub const __IFLA_BRPORT_MAX: _bindgen_ty_8 = _bindgen_ty_8::__IFLA_BRPORT_MAX;
871#[repr(u32)]
872#[non_exhaustive]
873#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
874pub enum _bindgen_ty_8 {
875IFLA_BRPORT_UNSPEC = 0,
876IFLA_BRPORT_STATE = 1,
877IFLA_BRPORT_PRIORITY = 2,
878IFLA_BRPORT_COST = 3,
879IFLA_BRPORT_MODE = 4,
880IFLA_BRPORT_GUARD = 5,
881IFLA_BRPORT_PROTECT = 6,
882IFLA_BRPORT_FAST_LEAVE = 7,
883IFLA_BRPORT_LEARNING = 8,
884IFLA_BRPORT_UNICAST_FLOOD = 9,
885IFLA_BRPORT_PROXYARP = 10,
886IFLA_BRPORT_LEARNING_SYNC = 11,
887IFLA_BRPORT_PROXYARP_WIFI = 12,
888IFLA_BRPORT_ROOT_ID = 13,
889IFLA_BRPORT_BRIDGE_ID = 14,
890IFLA_BRPORT_DESIGNATED_PORT = 15,
891IFLA_BRPORT_DESIGNATED_COST = 16,
892IFLA_BRPORT_ID = 17,
893IFLA_BRPORT_NO = 18,
894IFLA_BRPORT_TOPOLOGY_CHANGE_ACK = 19,
895IFLA_BRPORT_CONFIG_PENDING = 20,
896IFLA_BRPORT_MESSAGE_AGE_TIMER = 21,
897IFLA_BRPORT_FORWARD_DELAY_TIMER = 22,
898IFLA_BRPORT_HOLD_TIMER = 23,
899IFLA_BRPORT_FLUSH = 24,
900IFLA_BRPORT_MULTICAST_ROUTER = 25,
901IFLA_BRPORT_PAD = 26,
902IFLA_BRPORT_MCAST_FLOOD = 27,
903IFLA_BRPORT_MCAST_TO_UCAST = 28,
904IFLA_BRPORT_VLAN_TUNNEL = 29,
905IFLA_BRPORT_BCAST_FLOOD = 30,
906IFLA_BRPORT_GROUP_FWD_MASK = 31,
907IFLA_BRPORT_NEIGH_SUPPRESS = 32,
908IFLA_BRPORT_ISOLATED = 33,
909IFLA_BRPORT_BACKUP_PORT = 34,
910IFLA_BRPORT_MRP_RING_OPEN = 35,
911IFLA_BRPORT_MRP_IN_OPEN = 36,
912IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT = 37,
913IFLA_BRPORT_MCAST_EHT_HOSTS_CNT = 38,
914__IFLA_BRPORT_MAX = 39,
915}
916#[repr(C)]
917#[derive(Debug, Copy, Clone)]
918pub struct ifla_cacheinfo {
919pub max_reasm_len: __u32,
920pub tstamp: __u32,
921pub reachable_time: __u32,
922pub retrans_time: __u32,
923}
924pub const IFLA_INFO_UNSPEC: _bindgen_ty_9 = _bindgen_ty_9::IFLA_INFO_UNSPEC;
925pub const IFLA_INFO_KIND: _bindgen_ty_9 = _bindgen_ty_9::IFLA_INFO_KIND;
926pub const IFLA_INFO_DATA: _bindgen_ty_9 = _bindgen_ty_9::IFLA_INFO_DATA;
927pub const IFLA_INFO_XSTATS: _bindgen_ty_9 = _bindgen_ty_9::IFLA_INFO_XSTATS;
928pub const IFLA_INFO_SLAVE_KIND: _bindgen_ty_9 = _bindgen_ty_9::IFLA_INFO_SLAVE_KIND;
929pub const IFLA_INFO_SLAVE_DATA: _bindgen_ty_9 = _bindgen_ty_9::IFLA_INFO_SLAVE_DATA;
930pub const __IFLA_INFO_MAX: _bindgen_ty_9 = _bindgen_ty_9::__IFLA_INFO_MAX;
931#[repr(u32)]
932#[non_exhaustive]
933#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
934pub enum _bindgen_ty_9 {
935IFLA_INFO_UNSPEC = 0,
936IFLA_INFO_KIND = 1,
937IFLA_INFO_DATA = 2,
938IFLA_INFO_XSTATS = 3,
939IFLA_INFO_SLAVE_KIND = 4,
940IFLA_INFO_SLAVE_DATA = 5,
941__IFLA_INFO_MAX = 6,
942}
943pub const IFLA_VLAN_UNSPEC: _bindgen_ty_10 = _bindgen_ty_10::IFLA_VLAN_UNSPEC;
944pub const IFLA_VLAN_ID: _bindgen_ty_10 = _bindgen_ty_10::IFLA_VLAN_ID;
945pub const IFLA_VLAN_FLAGS: _bindgen_ty_10 = _bindgen_ty_10::IFLA_VLAN_FLAGS;
946pub const IFLA_VLAN_EGRESS_QOS: _bindgen_ty_10 = _bindgen_ty_10::IFLA_VLAN_EGRESS_QOS;
947pub const IFLA_VLAN_INGRESS_QOS: _bindgen_ty_10 = _bindgen_ty_10::IFLA_VLAN_INGRESS_QOS;
948pub const IFLA_VLAN_PROTOCOL: _bindgen_ty_10 = _bindgen_ty_10::IFLA_VLAN_PROTOCOL;
949pub const __IFLA_VLAN_MAX: _bindgen_ty_10 = _bindgen_ty_10::__IFLA_VLAN_MAX;
950#[repr(u32)]
951#[non_exhaustive]
952#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
953pub enum _bindgen_ty_10 {
954IFLA_VLAN_UNSPEC = 0,
955IFLA_VLAN_ID = 1,
956IFLA_VLAN_FLAGS = 2,
957IFLA_VLAN_EGRESS_QOS = 3,
958IFLA_VLAN_INGRESS_QOS = 4,
959IFLA_VLAN_PROTOCOL = 5,
960__IFLA_VLAN_MAX = 6,
961}
962#[repr(C)]
963#[derive(Debug, Copy, Clone)]
964pub struct ifla_vlan_flags {
965pub flags: __u32,
966pub mask: __u32,
967}
968pub const IFLA_VLAN_QOS_UNSPEC: _bindgen_ty_11 = _bindgen_ty_11::IFLA_VLAN_QOS_UNSPEC;
969pub const IFLA_VLAN_QOS_MAPPING: _bindgen_ty_11 = _bindgen_ty_11::IFLA_VLAN_QOS_MAPPING;
970pub const __IFLA_VLAN_QOS_MAX: _bindgen_ty_11 = _bindgen_ty_11::__IFLA_VLAN_QOS_MAX;
971#[repr(u32)]
972#[non_exhaustive]
973#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
974pub enum _bindgen_ty_11 {
975IFLA_VLAN_QOS_UNSPEC = 0,
976IFLA_VLAN_QOS_MAPPING = 1,
977__IFLA_VLAN_QOS_MAX = 2,
978}
979#[repr(C)]
980#[derive(Debug, Copy, Clone)]
981pub struct ifla_vlan_qos_mapping {
982pub from: __u32,
983pub to: __u32,
984}
985pub const IFLA_MACVLAN_UNSPEC: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_UNSPEC;
986pub const IFLA_MACVLAN_MODE: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_MODE;
987pub const IFLA_MACVLAN_FLAGS: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_FLAGS;
988pub const IFLA_MACVLAN_MACADDR_MODE: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_MACADDR_MODE;
989pub const IFLA_MACVLAN_MACADDR: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_MACADDR;
990pub const IFLA_MACVLAN_MACADDR_DATA: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_MACADDR_DATA;
991pub const IFLA_MACVLAN_MACADDR_COUNT: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_MACADDR_COUNT;
992pub const IFLA_MACVLAN_BC_QUEUE_LEN: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_BC_QUEUE_LEN;
993pub const IFLA_MACVLAN_BC_QUEUE_LEN_USED: _bindgen_ty_12 = _bindgen_ty_12::IFLA_MACVLAN_BC_QUEUE_LEN_USED;
994pub const __IFLA_MACVLAN_MAX: _bindgen_ty_12 = _bindgen_ty_12::__IFLA_MACVLAN_MAX;
995#[repr(u32)]
996#[non_exhaustive]
997#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
998pub enum _bindgen_ty_12 {
999IFLA_MACVLAN_UNSPEC = 0,
1000IFLA_MACVLAN_MODE = 1,
1001IFLA_MACVLAN_FLAGS = 2,
1002IFLA_MACVLAN_MACADDR_MODE = 3,
1003IFLA_MACVLAN_MACADDR = 4,
1004IFLA_MACVLAN_MACADDR_DATA = 5,
1005IFLA_MACVLAN_MACADDR_COUNT = 6,
1006IFLA_MACVLAN_BC_QUEUE_LEN = 7,
1007IFLA_MACVLAN_BC_QUEUE_LEN_USED = 8,
1008__IFLA_MACVLAN_MAX = 9,
1009}
1010#[repr(u32)]
1011#[non_exhaustive]
1012#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1013pub enum macvlan_mode {
1014MACVLAN_MODE_PRIVATE = 1,
1015MACVLAN_MODE_VEPA = 2,
1016MACVLAN_MODE_BRIDGE = 4,
1017MACVLAN_MODE_PASSTHRU = 8,
1018MACVLAN_MODE_SOURCE = 16,
1019}
1020#[repr(u32)]
1021#[non_exhaustive]
1022#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1023pub enum macvlan_macaddr_mode {
1024MACVLAN_MACADDR_ADD = 0,
1025MACVLAN_MACADDR_DEL = 1,
1026MACVLAN_MACADDR_FLUSH = 2,
1027MACVLAN_MACADDR_SET = 3,
1028}
1029pub const IFLA_VRF_UNSPEC: _bindgen_ty_13 = _bindgen_ty_13::IFLA_VRF_UNSPEC;
1030pub const IFLA_VRF_TABLE: _bindgen_ty_13 = _bindgen_ty_13::IFLA_VRF_TABLE;
1031pub const __IFLA_VRF_MAX: _bindgen_ty_13 = _bindgen_ty_13::__IFLA_VRF_MAX;
1032#[repr(u32)]
1033#[non_exhaustive]
1034#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1035pub enum _bindgen_ty_13 {
1036IFLA_VRF_UNSPEC = 0,
1037IFLA_VRF_TABLE = 1,
1038__IFLA_VRF_MAX = 2,
1039}
1040pub const IFLA_VRF_PORT_UNSPEC: _bindgen_ty_14 = _bindgen_ty_14::IFLA_VRF_PORT_UNSPEC;
1041pub const IFLA_VRF_PORT_TABLE: _bindgen_ty_14 = _bindgen_ty_14::IFLA_VRF_PORT_TABLE;
1042pub const __IFLA_VRF_PORT_MAX: _bindgen_ty_14 = _bindgen_ty_14::__IFLA_VRF_PORT_MAX;
1043#[repr(u32)]
1044#[non_exhaustive]
1045#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1046pub enum _bindgen_ty_14 {
1047IFLA_VRF_PORT_UNSPEC = 0,
1048IFLA_VRF_PORT_TABLE = 1,
1049__IFLA_VRF_PORT_MAX = 2,
1050}
1051pub const IFLA_MACSEC_UNSPEC: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_UNSPEC;
1052pub const IFLA_MACSEC_SCI: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_SCI;
1053pub const IFLA_MACSEC_PORT: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_PORT;
1054pub const IFLA_MACSEC_ICV_LEN: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_ICV_LEN;
1055pub const IFLA_MACSEC_CIPHER_SUITE: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_CIPHER_SUITE;
1056pub const IFLA_MACSEC_WINDOW: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_WINDOW;
1057pub const IFLA_MACSEC_ENCODING_SA: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_ENCODING_SA;
1058pub const IFLA_MACSEC_ENCRYPT: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_ENCRYPT;
1059pub const IFLA_MACSEC_PROTECT: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_PROTECT;
1060pub const IFLA_MACSEC_INC_SCI: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_INC_SCI;
1061pub const IFLA_MACSEC_ES: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_ES;
1062pub const IFLA_MACSEC_SCB: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_SCB;
1063pub const IFLA_MACSEC_REPLAY_PROTECT: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_REPLAY_PROTECT;
1064pub const IFLA_MACSEC_VALIDATION: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_VALIDATION;
1065pub const IFLA_MACSEC_PAD: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_PAD;
1066pub const IFLA_MACSEC_OFFLOAD: _bindgen_ty_15 = _bindgen_ty_15::IFLA_MACSEC_OFFLOAD;
1067pub const __IFLA_MACSEC_MAX: _bindgen_ty_15 = _bindgen_ty_15::__IFLA_MACSEC_MAX;
1068#[repr(u32)]
1069#[non_exhaustive]
1070#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1071pub enum _bindgen_ty_15 {
1072IFLA_MACSEC_UNSPEC = 0,
1073IFLA_MACSEC_SCI = 1,
1074IFLA_MACSEC_PORT = 2,
1075IFLA_MACSEC_ICV_LEN = 3,
1076IFLA_MACSEC_CIPHER_SUITE = 4,
1077IFLA_MACSEC_WINDOW = 5,
1078IFLA_MACSEC_ENCODING_SA = 6,
1079IFLA_MACSEC_ENCRYPT = 7,
1080IFLA_MACSEC_PROTECT = 8,
1081IFLA_MACSEC_INC_SCI = 9,
1082IFLA_MACSEC_ES = 10,
1083IFLA_MACSEC_SCB = 11,
1084IFLA_MACSEC_REPLAY_PROTECT = 12,
1085IFLA_MACSEC_VALIDATION = 13,
1086IFLA_MACSEC_PAD = 14,
1087IFLA_MACSEC_OFFLOAD = 15,
1088__IFLA_MACSEC_MAX = 16,
1089}
1090pub const IFLA_XFRM_UNSPEC: _bindgen_ty_16 = _bindgen_ty_16::IFLA_XFRM_UNSPEC;
1091pub const IFLA_XFRM_LINK: _bindgen_ty_16 = _bindgen_ty_16::IFLA_XFRM_LINK;
1092pub const IFLA_XFRM_IF_ID: _bindgen_ty_16 = _bindgen_ty_16::IFLA_XFRM_IF_ID;
1093pub const __IFLA_XFRM_MAX: _bindgen_ty_16 = _bindgen_ty_16::__IFLA_XFRM_MAX;
1094#[repr(u32)]
1095#[non_exhaustive]
1096#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1097pub enum _bindgen_ty_16 {
1098IFLA_XFRM_UNSPEC = 0,
1099IFLA_XFRM_LINK = 1,
1100IFLA_XFRM_IF_ID = 2,
1101__IFLA_XFRM_MAX = 3,
1102}
1103impl macsec_validation_type {
1104pub const MACSEC_VALIDATE_MAX: macsec_validation_type = macsec_validation_type::MACSEC_VALIDATE_STRICT;
1105}
1106#[repr(u32)]
1107#[non_exhaustive]
1108#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1109pub enum macsec_validation_type {
1110MACSEC_VALIDATE_DISABLED = 0,
1111MACSEC_VALIDATE_CHECK = 1,
1112MACSEC_VALIDATE_STRICT = 2,
1113__MACSEC_VALIDATE_END = 3,
1114}
1115impl macsec_offload {
1116pub const MACSEC_OFFLOAD_MAX: macsec_offload = macsec_offload::MACSEC_OFFLOAD_MAC;
1117}
1118#[repr(u32)]
1119#[non_exhaustive]
1120#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1121pub enum macsec_offload {
1122MACSEC_OFFLOAD_OFF = 0,
1123MACSEC_OFFLOAD_PHY = 1,
1124MACSEC_OFFLOAD_MAC = 2,
1125__MACSEC_OFFLOAD_END = 3,
1126}
1127pub const IFLA_IPVLAN_UNSPEC: _bindgen_ty_17 = _bindgen_ty_17::IFLA_IPVLAN_UNSPEC;
1128pub const IFLA_IPVLAN_MODE: _bindgen_ty_17 = _bindgen_ty_17::IFLA_IPVLAN_MODE;
1129pub const IFLA_IPVLAN_FLAGS: _bindgen_ty_17 = _bindgen_ty_17::IFLA_IPVLAN_FLAGS;
1130pub const __IFLA_IPVLAN_MAX: _bindgen_ty_17 = _bindgen_ty_17::__IFLA_IPVLAN_MAX;
1131#[repr(u32)]
1132#[non_exhaustive]
1133#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1134pub enum _bindgen_ty_17 {
1135IFLA_IPVLAN_UNSPEC = 0,
1136IFLA_IPVLAN_MODE = 1,
1137IFLA_IPVLAN_FLAGS = 2,
1138__IFLA_IPVLAN_MAX = 3,
1139}
1140#[repr(u32)]
1141#[non_exhaustive]
1142#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1143pub enum ipvlan_mode {
1144IPVLAN_MODE_L2 = 0,
1145IPVLAN_MODE_L3 = 1,
1146IPVLAN_MODE_L3S = 2,
1147IPVLAN_MODE_MAX = 3,
1148}
1149pub const IFLA_VXLAN_UNSPEC: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_UNSPEC;
1150pub const IFLA_VXLAN_ID: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_ID;
1151pub const IFLA_VXLAN_GROUP: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_GROUP;
1152pub const IFLA_VXLAN_LINK: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_LINK;
1153pub const IFLA_VXLAN_LOCAL: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_LOCAL;
1154pub const IFLA_VXLAN_TTL: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_TTL;
1155pub const IFLA_VXLAN_TOS: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_TOS;
1156pub const IFLA_VXLAN_LEARNING: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_LEARNING;
1157pub const IFLA_VXLAN_AGEING: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_AGEING;
1158pub const IFLA_VXLAN_LIMIT: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_LIMIT;
1159pub const IFLA_VXLAN_PORT_RANGE: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_PORT_RANGE;
1160pub const IFLA_VXLAN_PROXY: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_PROXY;
1161pub const IFLA_VXLAN_RSC: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_RSC;
1162pub const IFLA_VXLAN_L2MISS: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_L2MISS;
1163pub const IFLA_VXLAN_L3MISS: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_L3MISS;
1164pub const IFLA_VXLAN_PORT: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_PORT;
1165pub const IFLA_VXLAN_GROUP6: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_GROUP6;
1166pub const IFLA_VXLAN_LOCAL6: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_LOCAL6;
1167pub const IFLA_VXLAN_UDP_CSUM: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_UDP_CSUM;
1168pub const IFLA_VXLAN_UDP_ZERO_CSUM6_TX: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_UDP_ZERO_CSUM6_TX;
1169pub const IFLA_VXLAN_UDP_ZERO_CSUM6_RX: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_UDP_ZERO_CSUM6_RX;
1170pub const IFLA_VXLAN_REMCSUM_TX: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_REMCSUM_TX;
1171pub const IFLA_VXLAN_REMCSUM_RX: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_REMCSUM_RX;
1172pub const IFLA_VXLAN_GBP: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_GBP;
1173pub const IFLA_VXLAN_REMCSUM_NOPARTIAL: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_REMCSUM_NOPARTIAL;
1174pub const IFLA_VXLAN_COLLECT_METADATA: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_COLLECT_METADATA;
1175pub const IFLA_VXLAN_LABEL: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_LABEL;
1176pub const IFLA_VXLAN_GPE: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_GPE;
1177pub const IFLA_VXLAN_TTL_INHERIT: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_TTL_INHERIT;
1178pub const IFLA_VXLAN_DF: _bindgen_ty_18 = _bindgen_ty_18::IFLA_VXLAN_DF;
1179pub const __IFLA_VXLAN_MAX: _bindgen_ty_18 = _bindgen_ty_18::__IFLA_VXLAN_MAX;
1180#[repr(u32)]
1181#[non_exhaustive]
1182#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1183pub enum _bindgen_ty_18 {
1184IFLA_VXLAN_UNSPEC = 0,
1185IFLA_VXLAN_ID = 1,
1186IFLA_VXLAN_GROUP = 2,
1187IFLA_VXLAN_LINK = 3,
1188IFLA_VXLAN_LOCAL = 4,
1189IFLA_VXLAN_TTL = 5,
1190IFLA_VXLAN_TOS = 6,
1191IFLA_VXLAN_LEARNING = 7,
1192IFLA_VXLAN_AGEING = 8,
1193IFLA_VXLAN_LIMIT = 9,
1194IFLA_VXLAN_PORT_RANGE = 10,
1195IFLA_VXLAN_PROXY = 11,
1196IFLA_VXLAN_RSC = 12,
1197IFLA_VXLAN_L2MISS = 13,
1198IFLA_VXLAN_L3MISS = 14,
1199IFLA_VXLAN_PORT = 15,
1200IFLA_VXLAN_GROUP6 = 16,
1201IFLA_VXLAN_LOCAL6 = 17,
1202IFLA_VXLAN_UDP_CSUM = 18,
1203IFLA_VXLAN_UDP_ZERO_CSUM6_TX = 19,
1204IFLA_VXLAN_UDP_ZERO_CSUM6_RX = 20,
1205IFLA_VXLAN_REMCSUM_TX = 21,
1206IFLA_VXLAN_REMCSUM_RX = 22,
1207IFLA_VXLAN_GBP = 23,
1208IFLA_VXLAN_REMCSUM_NOPARTIAL = 24,
1209IFLA_VXLAN_COLLECT_METADATA = 25,
1210IFLA_VXLAN_LABEL = 26,
1211IFLA_VXLAN_GPE = 27,
1212IFLA_VXLAN_TTL_INHERIT = 28,
1213IFLA_VXLAN_DF = 29,
1214__IFLA_VXLAN_MAX = 30,
1215}
1216#[repr(C)]
1217#[derive(Debug, Copy, Clone)]
1218pub struct ifla_vxlan_port_range {
1219pub low: __be16,
1220pub high: __be16,
1221}
1222impl ifla_vxlan_df {
1223pub const VXLAN_DF_MAX: ifla_vxlan_df = ifla_vxlan_df::VXLAN_DF_INHERIT;
1224}
1225#[repr(u32)]
1226#[non_exhaustive]
1227#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1228pub enum ifla_vxlan_df {
1229VXLAN_DF_UNSET = 0,
1230VXLAN_DF_SET = 1,
1231VXLAN_DF_INHERIT = 2,
1232__VXLAN_DF_END = 3,
1233}
1234pub const IFLA_GENEVE_UNSPEC: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_UNSPEC;
1235pub const IFLA_GENEVE_ID: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_ID;
1236pub const IFLA_GENEVE_REMOTE: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_REMOTE;
1237pub const IFLA_GENEVE_TTL: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_TTL;
1238pub const IFLA_GENEVE_TOS: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_TOS;
1239pub const IFLA_GENEVE_PORT: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_PORT;
1240pub const IFLA_GENEVE_COLLECT_METADATA: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_COLLECT_METADATA;
1241pub const IFLA_GENEVE_REMOTE6: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_REMOTE6;
1242pub const IFLA_GENEVE_UDP_CSUM: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_UDP_CSUM;
1243pub const IFLA_GENEVE_UDP_ZERO_CSUM6_TX: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_UDP_ZERO_CSUM6_TX;
1244pub const IFLA_GENEVE_UDP_ZERO_CSUM6_RX: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_UDP_ZERO_CSUM6_RX;
1245pub const IFLA_GENEVE_LABEL: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_LABEL;
1246pub const IFLA_GENEVE_TTL_INHERIT: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_TTL_INHERIT;
1247pub const IFLA_GENEVE_DF: _bindgen_ty_19 = _bindgen_ty_19::IFLA_GENEVE_DF;
1248pub const __IFLA_GENEVE_MAX: _bindgen_ty_19 = _bindgen_ty_19::__IFLA_GENEVE_MAX;
1249#[repr(u32)]
1250#[non_exhaustive]
1251#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1252pub enum _bindgen_ty_19 {
1253IFLA_GENEVE_UNSPEC = 0,
1254IFLA_GENEVE_ID = 1,
1255IFLA_GENEVE_REMOTE = 2,
1256IFLA_GENEVE_TTL = 3,
1257IFLA_GENEVE_TOS = 4,
1258IFLA_GENEVE_PORT = 5,
1259IFLA_GENEVE_COLLECT_METADATA = 6,
1260IFLA_GENEVE_REMOTE6 = 7,
1261IFLA_GENEVE_UDP_CSUM = 8,
1262IFLA_GENEVE_UDP_ZERO_CSUM6_TX = 9,
1263IFLA_GENEVE_UDP_ZERO_CSUM6_RX = 10,
1264IFLA_GENEVE_LABEL = 11,
1265IFLA_GENEVE_TTL_INHERIT = 12,
1266IFLA_GENEVE_DF = 13,
1267__IFLA_GENEVE_MAX = 14,
1268}
1269impl ifla_geneve_df {
1270pub const GENEVE_DF_MAX: ifla_geneve_df = ifla_geneve_df::GENEVE_DF_INHERIT;
1271}
1272#[repr(u32)]
1273#[non_exhaustive]
1274#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1275pub enum ifla_geneve_df {
1276GENEVE_DF_UNSET = 0,
1277GENEVE_DF_SET = 1,
1278GENEVE_DF_INHERIT = 2,
1279__GENEVE_DF_END = 3,
1280}
1281pub const IFLA_BAREUDP_UNSPEC: _bindgen_ty_20 = _bindgen_ty_20::IFLA_BAREUDP_UNSPEC;
1282pub const IFLA_BAREUDP_PORT: _bindgen_ty_20 = _bindgen_ty_20::IFLA_BAREUDP_PORT;
1283pub const IFLA_BAREUDP_ETHERTYPE: _bindgen_ty_20 = _bindgen_ty_20::IFLA_BAREUDP_ETHERTYPE;
1284pub const IFLA_BAREUDP_SRCPORT_MIN: _bindgen_ty_20 = _bindgen_ty_20::IFLA_BAREUDP_SRCPORT_MIN;
1285pub const IFLA_BAREUDP_MULTIPROTO_MODE: _bindgen_ty_20 = _bindgen_ty_20::IFLA_BAREUDP_MULTIPROTO_MODE;
1286pub const __IFLA_BAREUDP_MAX: _bindgen_ty_20 = _bindgen_ty_20::__IFLA_BAREUDP_MAX;
1287#[repr(u32)]
1288#[non_exhaustive]
1289#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1290pub enum _bindgen_ty_20 {
1291IFLA_BAREUDP_UNSPEC = 0,
1292IFLA_BAREUDP_PORT = 1,
1293IFLA_BAREUDP_ETHERTYPE = 2,
1294IFLA_BAREUDP_SRCPORT_MIN = 3,
1295IFLA_BAREUDP_MULTIPROTO_MODE = 4,
1296__IFLA_BAREUDP_MAX = 5,
1297}
1298pub const IFLA_PPP_UNSPEC: _bindgen_ty_21 = _bindgen_ty_21::IFLA_PPP_UNSPEC;
1299pub const IFLA_PPP_DEV_FD: _bindgen_ty_21 = _bindgen_ty_21::IFLA_PPP_DEV_FD;
1300pub const __IFLA_PPP_MAX: _bindgen_ty_21 = _bindgen_ty_21::__IFLA_PPP_MAX;
1301#[repr(u32)]
1302#[non_exhaustive]
1303#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1304pub enum _bindgen_ty_21 {
1305IFLA_PPP_UNSPEC = 0,
1306IFLA_PPP_DEV_FD = 1,
1307__IFLA_PPP_MAX = 2,
1308}
1309#[repr(u32)]
1310#[non_exhaustive]
1311#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1312pub enum ifla_gtp_role {
1313GTP_ROLE_GGSN = 0,
1314GTP_ROLE_SGSN = 1,
1315}
1316pub const IFLA_GTP_UNSPEC: _bindgen_ty_22 = _bindgen_ty_22::IFLA_GTP_UNSPEC;
1317pub const IFLA_GTP_FD0: _bindgen_ty_22 = _bindgen_ty_22::IFLA_GTP_FD0;
1318pub const IFLA_GTP_FD1: _bindgen_ty_22 = _bindgen_ty_22::IFLA_GTP_FD1;
1319pub const IFLA_GTP_PDP_HASHSIZE: _bindgen_ty_22 = _bindgen_ty_22::IFLA_GTP_PDP_HASHSIZE;
1320pub const IFLA_GTP_ROLE: _bindgen_ty_22 = _bindgen_ty_22::IFLA_GTP_ROLE;
1321pub const __IFLA_GTP_MAX: _bindgen_ty_22 = _bindgen_ty_22::__IFLA_GTP_MAX;
1322#[repr(u32)]
1323#[non_exhaustive]
1324#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1325pub enum _bindgen_ty_22 {
1326IFLA_GTP_UNSPEC = 0,
1327IFLA_GTP_FD0 = 1,
1328IFLA_GTP_FD1 = 2,
1329IFLA_GTP_PDP_HASHSIZE = 3,
1330IFLA_GTP_ROLE = 4,
1331__IFLA_GTP_MAX = 5,
1332}
1333pub const IFLA_BOND_UNSPEC: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_UNSPEC;
1334pub const IFLA_BOND_MODE: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_MODE;
1335pub const IFLA_BOND_ACTIVE_SLAVE: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_ACTIVE_SLAVE;
1336pub const IFLA_BOND_MIIMON: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_MIIMON;
1337pub const IFLA_BOND_UPDELAY: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_UPDELAY;
1338pub const IFLA_BOND_DOWNDELAY: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_DOWNDELAY;
1339pub const IFLA_BOND_USE_CARRIER: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_USE_CARRIER;
1340pub const IFLA_BOND_ARP_INTERVAL: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_ARP_INTERVAL;
1341pub const IFLA_BOND_ARP_IP_TARGET: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_ARP_IP_TARGET;
1342pub const IFLA_BOND_ARP_VALIDATE: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_ARP_VALIDATE;
1343pub const IFLA_BOND_ARP_ALL_TARGETS: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_ARP_ALL_TARGETS;
1344pub const IFLA_BOND_PRIMARY: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_PRIMARY;
1345pub const IFLA_BOND_PRIMARY_RESELECT: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_PRIMARY_RESELECT;
1346pub const IFLA_BOND_FAIL_OVER_MAC: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_FAIL_OVER_MAC;
1347pub const IFLA_BOND_XMIT_HASH_POLICY: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_XMIT_HASH_POLICY;
1348pub const IFLA_BOND_RESEND_IGMP: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_RESEND_IGMP;
1349pub const IFLA_BOND_NUM_PEER_NOTIF: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_NUM_PEER_NOTIF;
1350pub const IFLA_BOND_ALL_SLAVES_ACTIVE: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_ALL_SLAVES_ACTIVE;
1351pub const IFLA_BOND_MIN_LINKS: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_MIN_LINKS;
1352pub const IFLA_BOND_LP_INTERVAL: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_LP_INTERVAL;
1353pub const IFLA_BOND_PACKETS_PER_SLAVE: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_PACKETS_PER_SLAVE;
1354pub const IFLA_BOND_AD_LACP_RATE: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_AD_LACP_RATE;
1355pub const IFLA_BOND_AD_SELECT: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_AD_SELECT;
1356pub const IFLA_BOND_AD_INFO: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_AD_INFO;
1357pub const IFLA_BOND_AD_ACTOR_SYS_PRIO: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_AD_ACTOR_SYS_PRIO;
1358pub const IFLA_BOND_AD_USER_PORT_KEY: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_AD_USER_PORT_KEY;
1359pub const IFLA_BOND_AD_ACTOR_SYSTEM: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_AD_ACTOR_SYSTEM;
1360pub const IFLA_BOND_TLB_DYNAMIC_LB: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_TLB_DYNAMIC_LB;
1361pub const IFLA_BOND_PEER_NOTIF_DELAY: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_PEER_NOTIF_DELAY;
1362pub const IFLA_BOND_AD_LACP_ACTIVE: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_AD_LACP_ACTIVE;
1363pub const IFLA_BOND_MISSED_MAX: _bindgen_ty_23 = _bindgen_ty_23::IFLA_BOND_MISSED_MAX;
1364pub const __IFLA_BOND_MAX: _bindgen_ty_23 = _bindgen_ty_23::__IFLA_BOND_MAX;
1365#[repr(u32)]
1366#[non_exhaustive]
1367#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1368pub enum _bindgen_ty_23 {
1369IFLA_BOND_UNSPEC = 0,
1370IFLA_BOND_MODE = 1,
1371IFLA_BOND_ACTIVE_SLAVE = 2,
1372IFLA_BOND_MIIMON = 3,
1373IFLA_BOND_UPDELAY = 4,
1374IFLA_BOND_DOWNDELAY = 5,
1375IFLA_BOND_USE_CARRIER = 6,
1376IFLA_BOND_ARP_INTERVAL = 7,
1377IFLA_BOND_ARP_IP_TARGET = 8,
1378IFLA_BOND_ARP_VALIDATE = 9,
1379IFLA_BOND_ARP_ALL_TARGETS = 10,
1380IFLA_BOND_PRIMARY = 11,
1381IFLA_BOND_PRIMARY_RESELECT = 12,
1382IFLA_BOND_FAIL_OVER_MAC = 13,
1383IFLA_BOND_XMIT_HASH_POLICY = 14,
1384IFLA_BOND_RESEND_IGMP = 15,
1385IFLA_BOND_NUM_PEER_NOTIF = 16,
1386IFLA_BOND_ALL_SLAVES_ACTIVE = 17,
1387IFLA_BOND_MIN_LINKS = 18,
1388IFLA_BOND_LP_INTERVAL = 19,
1389IFLA_BOND_PACKETS_PER_SLAVE = 20,
1390IFLA_BOND_AD_LACP_RATE = 21,
1391IFLA_BOND_AD_SELECT = 22,
1392IFLA_BOND_AD_INFO = 23,
1393IFLA_BOND_AD_ACTOR_SYS_PRIO = 24,
1394IFLA_BOND_AD_USER_PORT_KEY = 25,
1395IFLA_BOND_AD_ACTOR_SYSTEM = 26,
1396IFLA_BOND_TLB_DYNAMIC_LB = 27,
1397IFLA_BOND_PEER_NOTIF_DELAY = 28,
1398IFLA_BOND_AD_LACP_ACTIVE = 29,
1399IFLA_BOND_MISSED_MAX = 30,
1400__IFLA_BOND_MAX = 31,
1401}
1402pub const IFLA_BOND_AD_INFO_UNSPEC: _bindgen_ty_24 = _bindgen_ty_24::IFLA_BOND_AD_INFO_UNSPEC;
1403pub const IFLA_BOND_AD_INFO_AGGREGATOR: _bindgen_ty_24 = _bindgen_ty_24::IFLA_BOND_AD_INFO_AGGREGATOR;
1404pub const IFLA_BOND_AD_INFO_NUM_PORTS: _bindgen_ty_24 = _bindgen_ty_24::IFLA_BOND_AD_INFO_NUM_PORTS;
1405pub const IFLA_BOND_AD_INFO_ACTOR_KEY: _bindgen_ty_24 = _bindgen_ty_24::IFLA_BOND_AD_INFO_ACTOR_KEY;
1406pub const IFLA_BOND_AD_INFO_PARTNER_KEY: _bindgen_ty_24 = _bindgen_ty_24::IFLA_BOND_AD_INFO_PARTNER_KEY;
1407pub const IFLA_BOND_AD_INFO_PARTNER_MAC: _bindgen_ty_24 = _bindgen_ty_24::IFLA_BOND_AD_INFO_PARTNER_MAC;
1408pub const __IFLA_BOND_AD_INFO_MAX: _bindgen_ty_24 = _bindgen_ty_24::__IFLA_BOND_AD_INFO_MAX;
1409#[repr(u32)]
1410#[non_exhaustive]
1411#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1412pub enum _bindgen_ty_24 {
1413IFLA_BOND_AD_INFO_UNSPEC = 0,
1414IFLA_BOND_AD_INFO_AGGREGATOR = 1,
1415IFLA_BOND_AD_INFO_NUM_PORTS = 2,
1416IFLA_BOND_AD_INFO_ACTOR_KEY = 3,
1417IFLA_BOND_AD_INFO_PARTNER_KEY = 4,
1418IFLA_BOND_AD_INFO_PARTNER_MAC = 5,
1419__IFLA_BOND_AD_INFO_MAX = 6,
1420}
1421pub const IFLA_BOND_SLAVE_UNSPEC: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_UNSPEC;
1422pub const IFLA_BOND_SLAVE_STATE: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_STATE;
1423pub const IFLA_BOND_SLAVE_MII_STATUS: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_MII_STATUS;
1424pub const IFLA_BOND_SLAVE_LINK_FAILURE_COUNT: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_LINK_FAILURE_COUNT;
1425pub const IFLA_BOND_SLAVE_PERM_HWADDR: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_PERM_HWADDR;
1426pub const IFLA_BOND_SLAVE_QUEUE_ID: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_QUEUE_ID;
1427pub const IFLA_BOND_SLAVE_AD_AGGREGATOR_ID: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_AD_AGGREGATOR_ID;
1428pub const IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE;
1429pub const IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE: _bindgen_ty_25 = _bindgen_ty_25::IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE;
1430pub const __IFLA_BOND_SLAVE_MAX: _bindgen_ty_25 = _bindgen_ty_25::__IFLA_BOND_SLAVE_MAX;
1431#[repr(u32)]
1432#[non_exhaustive]
1433#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1434pub enum _bindgen_ty_25 {
1435IFLA_BOND_SLAVE_UNSPEC = 0,
1436IFLA_BOND_SLAVE_STATE = 1,
1437IFLA_BOND_SLAVE_MII_STATUS = 2,
1438IFLA_BOND_SLAVE_LINK_FAILURE_COUNT = 3,
1439IFLA_BOND_SLAVE_PERM_HWADDR = 4,
1440IFLA_BOND_SLAVE_QUEUE_ID = 5,
1441IFLA_BOND_SLAVE_AD_AGGREGATOR_ID = 6,
1442IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE = 7,
1443IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE = 8,
1444__IFLA_BOND_SLAVE_MAX = 9,
1445}
1446pub const IFLA_VF_INFO_UNSPEC: _bindgen_ty_26 = _bindgen_ty_26::IFLA_VF_INFO_UNSPEC;
1447pub const IFLA_VF_INFO: _bindgen_ty_26 = _bindgen_ty_26::IFLA_VF_INFO;
1448pub const __IFLA_VF_INFO_MAX: _bindgen_ty_26 = _bindgen_ty_26::__IFLA_VF_INFO_MAX;
1449#[repr(u32)]
1450#[non_exhaustive]
1451#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1452pub enum _bindgen_ty_26 {
1453IFLA_VF_INFO_UNSPEC = 0,
1454IFLA_VF_INFO = 1,
1455__IFLA_VF_INFO_MAX = 2,
1456}
1457pub const IFLA_VF_UNSPEC: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_UNSPEC;
1458pub const IFLA_VF_MAC: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_MAC;
1459pub const IFLA_VF_VLAN: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_VLAN;
1460pub const IFLA_VF_TX_RATE: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_TX_RATE;
1461pub const IFLA_VF_SPOOFCHK: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_SPOOFCHK;
1462pub const IFLA_VF_LINK_STATE: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_LINK_STATE;
1463pub const IFLA_VF_RATE: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_RATE;
1464pub const IFLA_VF_RSS_QUERY_EN: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_RSS_QUERY_EN;
1465pub const IFLA_VF_STATS: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_STATS;
1466pub const IFLA_VF_TRUST: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_TRUST;
1467pub const IFLA_VF_IB_NODE_GUID: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_IB_NODE_GUID;
1468pub const IFLA_VF_IB_PORT_GUID: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_IB_PORT_GUID;
1469pub const IFLA_VF_VLAN_LIST: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_VLAN_LIST;
1470pub const IFLA_VF_BROADCAST: _bindgen_ty_27 = _bindgen_ty_27::IFLA_VF_BROADCAST;
1471pub const __IFLA_VF_MAX: _bindgen_ty_27 = _bindgen_ty_27::__IFLA_VF_MAX;
1472#[repr(u32)]
1473#[non_exhaustive]
1474#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1475pub enum _bindgen_ty_27 {
1476IFLA_VF_UNSPEC = 0,
1477IFLA_VF_MAC = 1,
1478IFLA_VF_VLAN = 2,
1479IFLA_VF_TX_RATE = 3,
1480IFLA_VF_SPOOFCHK = 4,
1481IFLA_VF_LINK_STATE = 5,
1482IFLA_VF_RATE = 6,
1483IFLA_VF_RSS_QUERY_EN = 7,
1484IFLA_VF_STATS = 8,
1485IFLA_VF_TRUST = 9,
1486IFLA_VF_IB_NODE_GUID = 10,
1487IFLA_VF_IB_PORT_GUID = 11,
1488IFLA_VF_VLAN_LIST = 12,
1489IFLA_VF_BROADCAST = 13,
1490__IFLA_VF_MAX = 14,
1491}
1492#[repr(C)]
1493#[derive(Debug, Copy, Clone)]
1494pub struct ifla_vf_mac {
1495pub vf: __u32,
1496pub mac: [__u8; 32usize],
1497}
1498#[repr(C)]
1499#[derive(Debug, Copy, Clone)]
1500pub struct ifla_vf_broadcast {
1501pub broadcast: [__u8; 32usize],
1502}
1503#[repr(C)]
1504#[derive(Debug, Copy, Clone)]
1505pub struct ifla_vf_vlan {
1506pub vf: __u32,
1507pub vlan: __u32,
1508pub qos: __u32,
1509}
1510pub const IFLA_VF_VLAN_INFO_UNSPEC: _bindgen_ty_28 = _bindgen_ty_28::IFLA_VF_VLAN_INFO_UNSPEC;
1511pub const IFLA_VF_VLAN_INFO: _bindgen_ty_28 = _bindgen_ty_28::IFLA_VF_VLAN_INFO;
1512pub const __IFLA_VF_VLAN_INFO_MAX: _bindgen_ty_28 = _bindgen_ty_28::__IFLA_VF_VLAN_INFO_MAX;
1513#[repr(u32)]
1514#[non_exhaustive]
1515#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1516pub enum _bindgen_ty_28 {
1517IFLA_VF_VLAN_INFO_UNSPEC = 0,
1518IFLA_VF_VLAN_INFO = 1,
1519__IFLA_VF_VLAN_INFO_MAX = 2,
1520}
1521#[repr(C)]
1522#[derive(Debug, Copy, Clone)]
1523pub struct ifla_vf_vlan_info {
1524pub vf: __u32,
1525pub vlan: __u32,
1526pub qos: __u32,
1527pub vlan_proto: __be16,
1528}
1529#[repr(C)]
1530#[derive(Debug, Copy, Clone)]
1531pub struct ifla_vf_tx_rate {
1532pub vf: __u32,
1533pub rate: __u32,
1534}
1535#[repr(C)]
1536#[derive(Debug, Copy, Clone)]
1537pub struct ifla_vf_rate {
1538pub vf: __u32,
1539pub min_tx_rate: __u32,
1540pub max_tx_rate: __u32,
1541}
1542#[repr(C)]
1543#[derive(Debug, Copy, Clone)]
1544pub struct ifla_vf_spoofchk {
1545pub vf: __u32,
1546pub setting: __u32,
1547}
1548#[repr(C)]
1549#[derive(Debug, Copy, Clone)]
1550pub struct ifla_vf_guid {
1551pub vf: __u32,
1552pub guid: __u64,
1553}
1554pub const IFLA_VF_LINK_STATE_AUTO: _bindgen_ty_29 = _bindgen_ty_29::IFLA_VF_LINK_STATE_AUTO;
1555pub const IFLA_VF_LINK_STATE_ENABLE: _bindgen_ty_29 = _bindgen_ty_29::IFLA_VF_LINK_STATE_ENABLE;
1556pub const IFLA_VF_LINK_STATE_DISABLE: _bindgen_ty_29 = _bindgen_ty_29::IFLA_VF_LINK_STATE_DISABLE;
1557pub const __IFLA_VF_LINK_STATE_MAX: _bindgen_ty_29 = _bindgen_ty_29::__IFLA_VF_LINK_STATE_MAX;
1558#[repr(u32)]
1559#[non_exhaustive]
1560#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1561pub enum _bindgen_ty_29 {
1562IFLA_VF_LINK_STATE_AUTO = 0,
1563IFLA_VF_LINK_STATE_ENABLE = 1,
1564IFLA_VF_LINK_STATE_DISABLE = 2,
1565__IFLA_VF_LINK_STATE_MAX = 3,
1566}
1567#[repr(C)]
1568#[derive(Debug, Copy, Clone)]
1569pub struct ifla_vf_link_state {
1570pub vf: __u32,
1571pub link_state: __u32,
1572}
1573#[repr(C)]
1574#[derive(Debug, Copy, Clone)]
1575pub struct ifla_vf_rss_query_en {
1576pub vf: __u32,
1577pub setting: __u32,
1578}
1579pub const IFLA_VF_STATS_RX_PACKETS: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_RX_PACKETS;
1580pub const IFLA_VF_STATS_TX_PACKETS: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_TX_PACKETS;
1581pub const IFLA_VF_STATS_RX_BYTES: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_RX_BYTES;
1582pub const IFLA_VF_STATS_TX_BYTES: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_TX_BYTES;
1583pub const IFLA_VF_STATS_BROADCAST: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_BROADCAST;
1584pub const IFLA_VF_STATS_MULTICAST: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_MULTICAST;
1585pub const IFLA_VF_STATS_PAD: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_PAD;
1586pub const IFLA_VF_STATS_RX_DROPPED: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_RX_DROPPED;
1587pub const IFLA_VF_STATS_TX_DROPPED: _bindgen_ty_30 = _bindgen_ty_30::IFLA_VF_STATS_TX_DROPPED;
1588pub const __IFLA_VF_STATS_MAX: _bindgen_ty_30 = _bindgen_ty_30::__IFLA_VF_STATS_MAX;
1589#[repr(u32)]
1590#[non_exhaustive]
1591#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1592pub enum _bindgen_ty_30 {
1593IFLA_VF_STATS_RX_PACKETS = 0,
1594IFLA_VF_STATS_TX_PACKETS = 1,
1595IFLA_VF_STATS_RX_BYTES = 2,
1596IFLA_VF_STATS_TX_BYTES = 3,
1597IFLA_VF_STATS_BROADCAST = 4,
1598IFLA_VF_STATS_MULTICAST = 5,
1599IFLA_VF_STATS_PAD = 6,
1600IFLA_VF_STATS_RX_DROPPED = 7,
1601IFLA_VF_STATS_TX_DROPPED = 8,
1602__IFLA_VF_STATS_MAX = 9,
1603}
1604#[repr(C)]
1605#[derive(Debug, Copy, Clone)]
1606pub struct ifla_vf_trust {
1607pub vf: __u32,
1608pub setting: __u32,
1609}
1610pub const IFLA_VF_PORT_UNSPEC: _bindgen_ty_31 = _bindgen_ty_31::IFLA_VF_PORT_UNSPEC;
1611pub const IFLA_VF_PORT: _bindgen_ty_31 = _bindgen_ty_31::IFLA_VF_PORT;
1612pub const __IFLA_VF_PORT_MAX: _bindgen_ty_31 = _bindgen_ty_31::__IFLA_VF_PORT_MAX;
1613#[repr(u32)]
1614#[non_exhaustive]
1615#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1616pub enum _bindgen_ty_31 {
1617IFLA_VF_PORT_UNSPEC = 0,
1618IFLA_VF_PORT = 1,
1619__IFLA_VF_PORT_MAX = 2,
1620}
1621pub const IFLA_PORT_UNSPEC: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_UNSPEC;
1622pub const IFLA_PORT_VF: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_VF;
1623pub const IFLA_PORT_PROFILE: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_PROFILE;
1624pub const IFLA_PORT_VSI_TYPE: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_VSI_TYPE;
1625pub const IFLA_PORT_INSTANCE_UUID: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_INSTANCE_UUID;
1626pub const IFLA_PORT_HOST_UUID: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_HOST_UUID;
1627pub const IFLA_PORT_REQUEST: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_REQUEST;
1628pub const IFLA_PORT_RESPONSE: _bindgen_ty_32 = _bindgen_ty_32::IFLA_PORT_RESPONSE;
1629pub const __IFLA_PORT_MAX: _bindgen_ty_32 = _bindgen_ty_32::__IFLA_PORT_MAX;
1630#[repr(u32)]
1631#[non_exhaustive]
1632#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1633pub enum _bindgen_ty_32 {
1634IFLA_PORT_UNSPEC = 0,
1635IFLA_PORT_VF = 1,
1636IFLA_PORT_PROFILE = 2,
1637IFLA_PORT_VSI_TYPE = 3,
1638IFLA_PORT_INSTANCE_UUID = 4,
1639IFLA_PORT_HOST_UUID = 5,
1640IFLA_PORT_REQUEST = 6,
1641IFLA_PORT_RESPONSE = 7,
1642__IFLA_PORT_MAX = 8,
1643}
1644pub const PORT_REQUEST_PREASSOCIATE: _bindgen_ty_33 = _bindgen_ty_33::PORT_REQUEST_PREASSOCIATE;
1645pub const PORT_REQUEST_PREASSOCIATE_RR: _bindgen_ty_33 = _bindgen_ty_33::PORT_REQUEST_PREASSOCIATE_RR;
1646pub const PORT_REQUEST_ASSOCIATE: _bindgen_ty_33 = _bindgen_ty_33::PORT_REQUEST_ASSOCIATE;
1647pub const PORT_REQUEST_DISASSOCIATE: _bindgen_ty_33 = _bindgen_ty_33::PORT_REQUEST_DISASSOCIATE;
1648#[repr(u32)]
1649#[non_exhaustive]
1650#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1651pub enum _bindgen_ty_33 {
1652PORT_REQUEST_PREASSOCIATE = 0,
1653PORT_REQUEST_PREASSOCIATE_RR = 1,
1654PORT_REQUEST_ASSOCIATE = 2,
1655PORT_REQUEST_DISASSOCIATE = 3,
1656}
1657pub const PORT_VDP_RESPONSE_SUCCESS: _bindgen_ty_34 = _bindgen_ty_34::PORT_VDP_RESPONSE_SUCCESS;
1658pub const PORT_VDP_RESPONSE_INVALID_FORMAT: _bindgen_ty_34 = _bindgen_ty_34::PORT_VDP_RESPONSE_INVALID_FORMAT;
1659pub const PORT_VDP_RESPONSE_INSUFFICIENT_RESOURCES: _bindgen_ty_34 = _bindgen_ty_34::PORT_VDP_RESPONSE_INSUFFICIENT_RESOURCES;
1660pub const PORT_VDP_RESPONSE_UNUSED_VTID: _bindgen_ty_34 = _bindgen_ty_34::PORT_VDP_RESPONSE_UNUSED_VTID;
1661pub const PORT_VDP_RESPONSE_VTID_VIOLATION: _bindgen_ty_34 = _bindgen_ty_34::PORT_VDP_RESPONSE_VTID_VIOLATION;
1662pub const PORT_VDP_RESPONSE_VTID_VERSION_VIOALTION: _bindgen_ty_34 = _bindgen_ty_34::PORT_VDP_RESPONSE_VTID_VERSION_VIOALTION;
1663pub const PORT_VDP_RESPONSE_OUT_OF_SYNC: _bindgen_ty_34 = _bindgen_ty_34::PORT_VDP_RESPONSE_OUT_OF_SYNC;
1664pub const PORT_PROFILE_RESPONSE_SUCCESS: _bindgen_ty_34 = _bindgen_ty_34::PORT_PROFILE_RESPONSE_SUCCESS;
1665pub const PORT_PROFILE_RESPONSE_INPROGRESS: _bindgen_ty_34 = _bindgen_ty_34::PORT_PROFILE_RESPONSE_INPROGRESS;
1666pub const PORT_PROFILE_RESPONSE_INVALID: _bindgen_ty_34 = _bindgen_ty_34::PORT_PROFILE_RESPONSE_INVALID;
1667pub const PORT_PROFILE_RESPONSE_BADSTATE: _bindgen_ty_34 = _bindgen_ty_34::PORT_PROFILE_RESPONSE_BADSTATE;
1668pub const PORT_PROFILE_RESPONSE_INSUFFICIENT_RESOURCES: _bindgen_ty_34 = _bindgen_ty_34::PORT_PROFILE_RESPONSE_INSUFFICIENT_RESOURCES;
1669pub const PORT_PROFILE_RESPONSE_ERROR: _bindgen_ty_34 = _bindgen_ty_34::PORT_PROFILE_RESPONSE_ERROR;
1670#[repr(u32)]
1671#[non_exhaustive]
1672#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1673pub enum _bindgen_ty_34 {
1674PORT_VDP_RESPONSE_SUCCESS = 0,
1675PORT_VDP_RESPONSE_INVALID_FORMAT = 1,
1676PORT_VDP_RESPONSE_INSUFFICIENT_RESOURCES = 2,
1677PORT_VDP_RESPONSE_UNUSED_VTID = 3,
1678PORT_VDP_RESPONSE_VTID_VIOLATION = 4,
1679PORT_VDP_RESPONSE_VTID_VERSION_VIOALTION = 5,
1680PORT_VDP_RESPONSE_OUT_OF_SYNC = 6,
1681PORT_PROFILE_RESPONSE_SUCCESS = 256,
1682PORT_PROFILE_RESPONSE_INPROGRESS = 257,
1683PORT_PROFILE_RESPONSE_INVALID = 258,
1684PORT_PROFILE_RESPONSE_BADSTATE = 259,
1685PORT_PROFILE_RESPONSE_INSUFFICIENT_RESOURCES = 260,
1686PORT_PROFILE_RESPONSE_ERROR = 261,
1687}
1688#[repr(C)]
1689#[derive(Debug, Copy, Clone)]
1690pub struct ifla_port_vsi {
1691pub vsi_mgr_id: __u8,
1692pub vsi_type_id: [__u8; 3usize],
1693pub vsi_type_version: __u8,
1694pub pad: [__u8; 3usize],
1695}
1696pub const IFLA_IPOIB_UNSPEC: _bindgen_ty_35 = _bindgen_ty_35::IFLA_IPOIB_UNSPEC;
1697pub const IFLA_IPOIB_PKEY: _bindgen_ty_35 = _bindgen_ty_35::IFLA_IPOIB_PKEY;
1698pub const IFLA_IPOIB_MODE: _bindgen_ty_35 = _bindgen_ty_35::IFLA_IPOIB_MODE;
1699pub const IFLA_IPOIB_UMCAST: _bindgen_ty_35 = _bindgen_ty_35::IFLA_IPOIB_UMCAST;
1700pub const __IFLA_IPOIB_MAX: _bindgen_ty_35 = _bindgen_ty_35::__IFLA_IPOIB_MAX;
1701#[repr(u32)]
1702#[non_exhaustive]
1703#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1704pub enum _bindgen_ty_35 {
1705IFLA_IPOIB_UNSPEC = 0,
1706IFLA_IPOIB_PKEY = 1,
1707IFLA_IPOIB_MODE = 2,
1708IFLA_IPOIB_UMCAST = 3,
1709__IFLA_IPOIB_MAX = 4,
1710}
1711pub const IPOIB_MODE_DATAGRAM: _bindgen_ty_36 = _bindgen_ty_36::IPOIB_MODE_DATAGRAM;
1712pub const IPOIB_MODE_CONNECTED: _bindgen_ty_36 = _bindgen_ty_36::IPOIB_MODE_CONNECTED;
1713#[repr(u32)]
1714#[non_exhaustive]
1715#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1716pub enum _bindgen_ty_36 {
1717IPOIB_MODE_DATAGRAM = 0,
1718IPOIB_MODE_CONNECTED = 1,
1719}
1720pub const HSR_PROTOCOL_HSR: _bindgen_ty_37 = _bindgen_ty_37::HSR_PROTOCOL_HSR;
1721pub const HSR_PROTOCOL_PRP: _bindgen_ty_37 = _bindgen_ty_37::HSR_PROTOCOL_PRP;
1722pub const HSR_PROTOCOL_MAX: _bindgen_ty_37 = _bindgen_ty_37::HSR_PROTOCOL_MAX;
1723#[repr(u32)]
1724#[non_exhaustive]
1725#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1726pub enum _bindgen_ty_37 {
1727HSR_PROTOCOL_HSR = 0,
1728HSR_PROTOCOL_PRP = 1,
1729HSR_PROTOCOL_MAX = 2,
1730}
1731pub const IFLA_HSR_UNSPEC: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_UNSPEC;
1732pub const IFLA_HSR_SLAVE1: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_SLAVE1;
1733pub const IFLA_HSR_SLAVE2: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_SLAVE2;
1734pub const IFLA_HSR_MULTICAST_SPEC: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_MULTICAST_SPEC;
1735pub const IFLA_HSR_SUPERVISION_ADDR: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_SUPERVISION_ADDR;
1736pub const IFLA_HSR_SEQ_NR: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_SEQ_NR;
1737pub const IFLA_HSR_VERSION: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_VERSION;
1738pub const IFLA_HSR_PROTOCOL: _bindgen_ty_38 = _bindgen_ty_38::IFLA_HSR_PROTOCOL;
1739pub const __IFLA_HSR_MAX: _bindgen_ty_38 = _bindgen_ty_38::__IFLA_HSR_MAX;
1740#[repr(u32)]
1741#[non_exhaustive]
1742#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1743pub enum _bindgen_ty_38 {
1744IFLA_HSR_UNSPEC = 0,
1745IFLA_HSR_SLAVE1 = 1,
1746IFLA_HSR_SLAVE2 = 2,
1747IFLA_HSR_MULTICAST_SPEC = 3,
1748IFLA_HSR_SUPERVISION_ADDR = 4,
1749IFLA_HSR_SEQ_NR = 5,
1750IFLA_HSR_VERSION = 6,
1751IFLA_HSR_PROTOCOL = 7,
1752__IFLA_HSR_MAX = 8,
1753}
1754#[repr(C)]
1755#[derive(Debug, Copy, Clone)]
1756pub struct if_stats_msg {
1757pub family: __u8,
1758pub pad1: __u8,
1759pub pad2: __u16,
1760pub ifindex: __u32,
1761pub filter_mask: __u32,
1762}
1763pub const IFLA_STATS_UNSPEC: _bindgen_ty_39 = _bindgen_ty_39::IFLA_STATS_UNSPEC;
1764pub const IFLA_STATS_LINK_64: _bindgen_ty_39 = _bindgen_ty_39::IFLA_STATS_LINK_64;
1765pub const IFLA_STATS_LINK_XSTATS: _bindgen_ty_39 = _bindgen_ty_39::IFLA_STATS_LINK_XSTATS;
1766pub const IFLA_STATS_LINK_XSTATS_SLAVE: _bindgen_ty_39 = _bindgen_ty_39::IFLA_STATS_LINK_XSTATS_SLAVE;
1767pub const IFLA_STATS_LINK_OFFLOAD_XSTATS: _bindgen_ty_39 = _bindgen_ty_39::IFLA_STATS_LINK_OFFLOAD_XSTATS;
1768pub const IFLA_STATS_AF_SPEC: _bindgen_ty_39 = _bindgen_ty_39::IFLA_STATS_AF_SPEC;
1769pub const __IFLA_STATS_MAX: _bindgen_ty_39 = _bindgen_ty_39::__IFLA_STATS_MAX;
1770#[repr(u32)]
1771#[non_exhaustive]
1772#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1773pub enum _bindgen_ty_39 {
1774IFLA_STATS_UNSPEC = 0,
1775IFLA_STATS_LINK_64 = 1,
1776IFLA_STATS_LINK_XSTATS = 2,
1777IFLA_STATS_LINK_XSTATS_SLAVE = 3,
1778IFLA_STATS_LINK_OFFLOAD_XSTATS = 4,
1779IFLA_STATS_AF_SPEC = 5,
1780__IFLA_STATS_MAX = 6,
1781}
1782pub const LINK_XSTATS_TYPE_UNSPEC: _bindgen_ty_40 = _bindgen_ty_40::LINK_XSTATS_TYPE_UNSPEC;
1783pub const LINK_XSTATS_TYPE_BRIDGE: _bindgen_ty_40 = _bindgen_ty_40::LINK_XSTATS_TYPE_BRIDGE;
1784pub const LINK_XSTATS_TYPE_BOND: _bindgen_ty_40 = _bindgen_ty_40::LINK_XSTATS_TYPE_BOND;
1785pub const __LINK_XSTATS_TYPE_MAX: _bindgen_ty_40 = _bindgen_ty_40::__LINK_XSTATS_TYPE_MAX;
1786#[repr(u32)]
1787#[non_exhaustive]
1788#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1789pub enum _bindgen_ty_40 {
1790LINK_XSTATS_TYPE_UNSPEC = 0,
1791LINK_XSTATS_TYPE_BRIDGE = 1,
1792LINK_XSTATS_TYPE_BOND = 2,
1793__LINK_XSTATS_TYPE_MAX = 3,
1794}
1795pub const IFLA_OFFLOAD_XSTATS_UNSPEC: _bindgen_ty_41 = _bindgen_ty_41::IFLA_OFFLOAD_XSTATS_UNSPEC;
1796pub const IFLA_OFFLOAD_XSTATS_CPU_HIT: _bindgen_ty_41 = _bindgen_ty_41::IFLA_OFFLOAD_XSTATS_CPU_HIT;
1797pub const __IFLA_OFFLOAD_XSTATS_MAX: _bindgen_ty_41 = _bindgen_ty_41::__IFLA_OFFLOAD_XSTATS_MAX;
1798#[repr(u32)]
1799#[non_exhaustive]
1800#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1801pub enum _bindgen_ty_41 {
1802IFLA_OFFLOAD_XSTATS_UNSPEC = 0,
1803IFLA_OFFLOAD_XSTATS_CPU_HIT = 1,
1804__IFLA_OFFLOAD_XSTATS_MAX = 2,
1805}
1806pub const XDP_ATTACHED_NONE: _bindgen_ty_42 = _bindgen_ty_42::XDP_ATTACHED_NONE;
1807pub const XDP_ATTACHED_DRV: _bindgen_ty_42 = _bindgen_ty_42::XDP_ATTACHED_DRV;
1808pub const XDP_ATTACHED_SKB: _bindgen_ty_42 = _bindgen_ty_42::XDP_ATTACHED_SKB;
1809pub const XDP_ATTACHED_HW: _bindgen_ty_42 = _bindgen_ty_42::XDP_ATTACHED_HW;
1810pub const XDP_ATTACHED_MULTI: _bindgen_ty_42 = _bindgen_ty_42::XDP_ATTACHED_MULTI;
1811#[repr(u32)]
1812#[non_exhaustive]
1813#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1814pub enum _bindgen_ty_42 {
1815XDP_ATTACHED_NONE = 0,
1816XDP_ATTACHED_DRV = 1,
1817XDP_ATTACHED_SKB = 2,
1818XDP_ATTACHED_HW = 3,
1819XDP_ATTACHED_MULTI = 4,
1820}
1821pub const IFLA_XDP_UNSPEC: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_UNSPEC;
1822pub const IFLA_XDP_FD: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_FD;
1823pub const IFLA_XDP_ATTACHED: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_ATTACHED;
1824pub const IFLA_XDP_FLAGS: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_FLAGS;
1825pub const IFLA_XDP_PROG_ID: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_PROG_ID;
1826pub const IFLA_XDP_DRV_PROG_ID: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_DRV_PROG_ID;
1827pub const IFLA_XDP_SKB_PROG_ID: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_SKB_PROG_ID;
1828pub const IFLA_XDP_HW_PROG_ID: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_HW_PROG_ID;
1829pub const IFLA_XDP_EXPECTED_FD: _bindgen_ty_43 = _bindgen_ty_43::IFLA_XDP_EXPECTED_FD;
1830pub const __IFLA_XDP_MAX: _bindgen_ty_43 = _bindgen_ty_43::__IFLA_XDP_MAX;
1831#[repr(u32)]
1832#[non_exhaustive]
1833#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1834pub enum _bindgen_ty_43 {
1835IFLA_XDP_UNSPEC = 0,
1836IFLA_XDP_FD = 1,
1837IFLA_XDP_ATTACHED = 2,
1838IFLA_XDP_FLAGS = 3,
1839IFLA_XDP_PROG_ID = 4,
1840IFLA_XDP_DRV_PROG_ID = 5,
1841IFLA_XDP_SKB_PROG_ID = 6,
1842IFLA_XDP_HW_PROG_ID = 7,
1843IFLA_XDP_EXPECTED_FD = 8,
1844__IFLA_XDP_MAX = 9,
1845}
1846pub const IFLA_EVENT_NONE: _bindgen_ty_44 = _bindgen_ty_44::IFLA_EVENT_NONE;
1847pub const IFLA_EVENT_REBOOT: _bindgen_ty_44 = _bindgen_ty_44::IFLA_EVENT_REBOOT;
1848pub const IFLA_EVENT_FEATURES: _bindgen_ty_44 = _bindgen_ty_44::IFLA_EVENT_FEATURES;
1849pub const IFLA_EVENT_BONDING_FAILOVER: _bindgen_ty_44 = _bindgen_ty_44::IFLA_EVENT_BONDING_FAILOVER;
1850pub const IFLA_EVENT_NOTIFY_PEERS: _bindgen_ty_44 = _bindgen_ty_44::IFLA_EVENT_NOTIFY_PEERS;
1851pub const IFLA_EVENT_IGMP_RESEND: _bindgen_ty_44 = _bindgen_ty_44::IFLA_EVENT_IGMP_RESEND;
1852pub const IFLA_EVENT_BONDING_OPTIONS: _bindgen_ty_44 = _bindgen_ty_44::IFLA_EVENT_BONDING_OPTIONS;
1853#[repr(u32)]
1854#[non_exhaustive]
1855#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1856pub enum _bindgen_ty_44 {
1857IFLA_EVENT_NONE = 0,
1858IFLA_EVENT_REBOOT = 1,
1859IFLA_EVENT_FEATURES = 2,
1860IFLA_EVENT_BONDING_FAILOVER = 3,
1861IFLA_EVENT_NOTIFY_PEERS = 4,
1862IFLA_EVENT_IGMP_RESEND = 5,
1863IFLA_EVENT_BONDING_OPTIONS = 6,
1864}
1865pub const IFLA_TUN_UNSPEC: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_UNSPEC;
1866pub const IFLA_TUN_OWNER: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_OWNER;
1867pub const IFLA_TUN_GROUP: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_GROUP;
1868pub const IFLA_TUN_TYPE: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_TYPE;
1869pub const IFLA_TUN_PI: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_PI;
1870pub const IFLA_TUN_VNET_HDR: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_VNET_HDR;
1871pub const IFLA_TUN_PERSIST: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_PERSIST;
1872pub const IFLA_TUN_MULTI_QUEUE: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_MULTI_QUEUE;
1873pub const IFLA_TUN_NUM_QUEUES: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_NUM_QUEUES;
1874pub const IFLA_TUN_NUM_DISABLED_QUEUES: _bindgen_ty_45 = _bindgen_ty_45::IFLA_TUN_NUM_DISABLED_QUEUES;
1875pub const __IFLA_TUN_MAX: _bindgen_ty_45 = _bindgen_ty_45::__IFLA_TUN_MAX;
1876#[repr(u32)]
1877#[non_exhaustive]
1878#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1879pub enum _bindgen_ty_45 {
1880IFLA_TUN_UNSPEC = 0,
1881IFLA_TUN_OWNER = 1,
1882IFLA_TUN_GROUP = 2,
1883IFLA_TUN_TYPE = 3,
1884IFLA_TUN_PI = 4,
1885IFLA_TUN_VNET_HDR = 5,
1886IFLA_TUN_PERSIST = 6,
1887IFLA_TUN_MULTI_QUEUE = 7,
1888IFLA_TUN_NUM_QUEUES = 8,
1889IFLA_TUN_NUM_DISABLED_QUEUES = 9,
1890__IFLA_TUN_MAX = 10,
1891}
1892pub const IFLA_RMNET_UNSPEC: _bindgen_ty_46 = _bindgen_ty_46::IFLA_RMNET_UNSPEC;
1893pub const IFLA_RMNET_MUX_ID: _bindgen_ty_46 = _bindgen_ty_46::IFLA_RMNET_MUX_ID;
1894pub const IFLA_RMNET_FLAGS: _bindgen_ty_46 = _bindgen_ty_46::IFLA_RMNET_FLAGS;
1895pub const __IFLA_RMNET_MAX: _bindgen_ty_46 = _bindgen_ty_46::__IFLA_RMNET_MAX;
1896#[repr(u32)]
1897#[non_exhaustive]
1898#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1899pub enum _bindgen_ty_46 {
1900IFLA_RMNET_UNSPEC = 0,
1901IFLA_RMNET_MUX_ID = 1,
1902IFLA_RMNET_FLAGS = 2,
1903__IFLA_RMNET_MAX = 3,
1904}
1905#[repr(C)]
1906#[derive(Debug, Copy, Clone)]
1907pub struct ifla_rmnet_flags {
1908pub flags: __u32,
1909pub mask: __u32,
1910}
1911pub const IFLA_MCTP_UNSPEC: _bindgen_ty_47 = _bindgen_ty_47::IFLA_MCTP_UNSPEC;
1912pub const IFLA_MCTP_NET: _bindgen_ty_47 = _bindgen_ty_47::IFLA_MCTP_NET;
1913pub const __IFLA_MCTP_MAX: _bindgen_ty_47 = _bindgen_ty_47::__IFLA_MCTP_MAX;
1914#[repr(u32)]
1915#[non_exhaustive]
1916#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1917pub enum _bindgen_ty_47 {
1918IFLA_MCTP_UNSPEC = 0,
1919IFLA_MCTP_NET = 1,
1920__IFLA_MCTP_MAX = 2,
1921}
1922#[repr(C)]
1923#[derive(Debug, Copy, Clone)]
1924pub struct ifaddrmsg {
1925pub ifa_family: __u8,
1926pub ifa_prefixlen: __u8,
1927pub ifa_flags: __u8,
1928pub ifa_scope: __u8,
1929pub ifa_index: __u32,
1930}
1931pub const IFA_UNSPEC: _bindgen_ty_48 = _bindgen_ty_48::IFA_UNSPEC;
1932pub const IFA_ADDRESS: _bindgen_ty_48 = _bindgen_ty_48::IFA_ADDRESS;
1933pub const IFA_LOCAL: _bindgen_ty_48 = _bindgen_ty_48::IFA_LOCAL;
1934pub const IFA_LABEL: _bindgen_ty_48 = _bindgen_ty_48::IFA_LABEL;
1935pub const IFA_BROADCAST: _bindgen_ty_48 = _bindgen_ty_48::IFA_BROADCAST;
1936pub const IFA_ANYCAST: _bindgen_ty_48 = _bindgen_ty_48::IFA_ANYCAST;
1937pub const IFA_CACHEINFO: _bindgen_ty_48 = _bindgen_ty_48::IFA_CACHEINFO;
1938pub const IFA_MULTICAST: _bindgen_ty_48 = _bindgen_ty_48::IFA_MULTICAST;
1939pub const IFA_FLAGS: _bindgen_ty_48 = _bindgen_ty_48::IFA_FLAGS;
1940pub const IFA_RT_PRIORITY: _bindgen_ty_48 = _bindgen_ty_48::IFA_RT_PRIORITY;
1941pub const IFA_TARGET_NETNSID: _bindgen_ty_48 = _bindgen_ty_48::IFA_TARGET_NETNSID;
1942pub const __IFA_MAX: _bindgen_ty_48 = _bindgen_ty_48::__IFA_MAX;
1943#[repr(u32)]
1944#[non_exhaustive]
1945#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1946pub enum _bindgen_ty_48 {
1947IFA_UNSPEC = 0,
1948IFA_ADDRESS = 1,
1949IFA_LOCAL = 2,
1950IFA_LABEL = 3,
1951IFA_BROADCAST = 4,
1952IFA_ANYCAST = 5,
1953IFA_CACHEINFO = 6,
1954IFA_MULTICAST = 7,
1955IFA_FLAGS = 8,
1956IFA_RT_PRIORITY = 9,
1957IFA_TARGET_NETNSID = 10,
1958__IFA_MAX = 11,
1959}
1960#[repr(C)]
1961#[derive(Debug, Copy, Clone)]
1962pub struct ifa_cacheinfo {
1963pub ifa_prefered: __u32,
1964pub ifa_valid: __u32,
1965pub cstamp: __u32,
1966pub tstamp: __u32,
1967}
1968#[repr(C)]
1969#[derive(Debug, Copy, Clone)]
1970pub struct ndmsg {
1971pub ndm_family: __u8,
1972pub ndm_pad1: __u8,
1973pub ndm_pad2: __u16,
1974pub ndm_ifindex: __s32,
1975pub ndm_state: __u16,
1976pub ndm_flags: __u8,
1977pub ndm_type: __u8,
1978}
1979pub const NDA_UNSPEC: _bindgen_ty_49 = _bindgen_ty_49::NDA_UNSPEC;
1980pub const NDA_DST: _bindgen_ty_49 = _bindgen_ty_49::NDA_DST;
1981pub const NDA_LLADDR: _bindgen_ty_49 = _bindgen_ty_49::NDA_LLADDR;
1982pub const NDA_CACHEINFO: _bindgen_ty_49 = _bindgen_ty_49::NDA_CACHEINFO;
1983pub const NDA_PROBES: _bindgen_ty_49 = _bindgen_ty_49::NDA_PROBES;
1984pub const NDA_VLAN: _bindgen_ty_49 = _bindgen_ty_49::NDA_VLAN;
1985pub const NDA_PORT: _bindgen_ty_49 = _bindgen_ty_49::NDA_PORT;
1986pub const NDA_VNI: _bindgen_ty_49 = _bindgen_ty_49::NDA_VNI;
1987pub const NDA_IFINDEX: _bindgen_ty_49 = _bindgen_ty_49::NDA_IFINDEX;
1988pub const NDA_MASTER: _bindgen_ty_49 = _bindgen_ty_49::NDA_MASTER;
1989pub const NDA_LINK_NETNSID: _bindgen_ty_49 = _bindgen_ty_49::NDA_LINK_NETNSID;
1990pub const NDA_SRC_VNI: _bindgen_ty_49 = _bindgen_ty_49::NDA_SRC_VNI;
1991pub const NDA_PROTOCOL: _bindgen_ty_49 = _bindgen_ty_49::NDA_PROTOCOL;
1992pub const NDA_NH_ID: _bindgen_ty_49 = _bindgen_ty_49::NDA_NH_ID;
1993pub const NDA_FDB_EXT_ATTRS: _bindgen_ty_49 = _bindgen_ty_49::NDA_FDB_EXT_ATTRS;
1994pub const NDA_FLAGS_EXT: _bindgen_ty_49 = _bindgen_ty_49::NDA_FLAGS_EXT;
1995pub const __NDA_MAX: _bindgen_ty_49 = _bindgen_ty_49::__NDA_MAX;
1996#[repr(u32)]
1997#[non_exhaustive]
1998#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
1999pub enum _bindgen_ty_49 {
2000NDA_UNSPEC = 0,
2001NDA_DST = 1,
2002NDA_LLADDR = 2,
2003NDA_CACHEINFO = 3,
2004NDA_PROBES = 4,
2005NDA_VLAN = 5,
2006NDA_PORT = 6,
2007NDA_VNI = 7,
2008NDA_IFINDEX = 8,
2009NDA_MASTER = 9,
2010NDA_LINK_NETNSID = 10,
2011NDA_SRC_VNI = 11,
2012NDA_PROTOCOL = 12,
2013NDA_NH_ID = 13,
2014NDA_FDB_EXT_ATTRS = 14,
2015NDA_FLAGS_EXT = 15,
2016__NDA_MAX = 16,
2017}
2018#[repr(C)]
2019#[derive(Debug, Copy, Clone)]
2020pub struct nda_cacheinfo {
2021pub ndm_confirmed: __u32,
2022pub ndm_used: __u32,
2023pub ndm_updated: __u32,
2024pub ndm_refcnt: __u32,
2025}
2026#[repr(C)]
2027#[derive(Debug, Copy, Clone)]
2028pub struct ndt_stats {
2029pub ndts_allocs: __u64,
2030pub ndts_destroys: __u64,
2031pub ndts_hash_grows: __u64,
2032pub ndts_res_failed: __u64,
2033pub ndts_lookups: __u64,
2034pub ndts_hits: __u64,
2035pub ndts_rcv_probes_mcast: __u64,
2036pub ndts_rcv_probes_ucast: __u64,
2037pub ndts_periodic_gc_runs: __u64,
2038pub ndts_forced_gc_runs: __u64,
2039pub ndts_table_fulls: __u64,
2040}
2041pub const NDTPA_UNSPEC: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_UNSPEC;
2042pub const NDTPA_IFINDEX: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_IFINDEX;
2043pub const NDTPA_REFCNT: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_REFCNT;
2044pub const NDTPA_REACHABLE_TIME: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_REACHABLE_TIME;
2045pub const NDTPA_BASE_REACHABLE_TIME: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_BASE_REACHABLE_TIME;
2046pub const NDTPA_RETRANS_TIME: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_RETRANS_TIME;
2047pub const NDTPA_GC_STALETIME: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_GC_STALETIME;
2048pub const NDTPA_DELAY_PROBE_TIME: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_DELAY_PROBE_TIME;
2049pub const NDTPA_QUEUE_LEN: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_QUEUE_LEN;
2050pub const NDTPA_APP_PROBES: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_APP_PROBES;
2051pub const NDTPA_UCAST_PROBES: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_UCAST_PROBES;
2052pub const NDTPA_MCAST_PROBES: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_MCAST_PROBES;
2053pub const NDTPA_ANYCAST_DELAY: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_ANYCAST_DELAY;
2054pub const NDTPA_PROXY_DELAY: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_PROXY_DELAY;
2055pub const NDTPA_PROXY_QLEN: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_PROXY_QLEN;
2056pub const NDTPA_LOCKTIME: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_LOCKTIME;
2057pub const NDTPA_QUEUE_LENBYTES: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_QUEUE_LENBYTES;
2058pub const NDTPA_MCAST_REPROBES: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_MCAST_REPROBES;
2059pub const NDTPA_PAD: _bindgen_ty_50 = _bindgen_ty_50::NDTPA_PAD;
2060pub const __NDTPA_MAX: _bindgen_ty_50 = _bindgen_ty_50::__NDTPA_MAX;
2061#[repr(u32)]
2062#[non_exhaustive]
2063#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2064pub enum _bindgen_ty_50 {
2065NDTPA_UNSPEC = 0,
2066NDTPA_IFINDEX = 1,
2067NDTPA_REFCNT = 2,
2068NDTPA_REACHABLE_TIME = 3,
2069NDTPA_BASE_REACHABLE_TIME = 4,
2070NDTPA_RETRANS_TIME = 5,
2071NDTPA_GC_STALETIME = 6,
2072NDTPA_DELAY_PROBE_TIME = 7,
2073NDTPA_QUEUE_LEN = 8,
2074NDTPA_APP_PROBES = 9,
2075NDTPA_UCAST_PROBES = 10,
2076NDTPA_MCAST_PROBES = 11,
2077NDTPA_ANYCAST_DELAY = 12,
2078NDTPA_PROXY_DELAY = 13,
2079NDTPA_PROXY_QLEN = 14,
2080NDTPA_LOCKTIME = 15,
2081NDTPA_QUEUE_LENBYTES = 16,
2082NDTPA_MCAST_REPROBES = 17,
2083NDTPA_PAD = 18,
2084__NDTPA_MAX = 19,
2085}
2086#[repr(C)]
2087#[derive(Debug, Copy, Clone)]
2088pub struct ndtmsg {
2089pub ndtm_family: __u8,
2090pub ndtm_pad1: __u8,
2091pub ndtm_pad2: __u16,
2092}
2093#[repr(C)]
2094#[derive(Debug, Copy, Clone)]
2095pub struct ndt_config {
2096pub ndtc_key_len: __u16,
2097pub ndtc_entry_size: __u16,
2098pub ndtc_entries: __u32,
2099pub ndtc_last_flush: __u32,
2100pub ndtc_last_rand: __u32,
2101pub ndtc_hash_rnd: __u32,
2102pub ndtc_hash_mask: __u32,
2103pub ndtc_hash_chain_gc: __u32,
2104pub ndtc_proxy_qlen: __u32,
2105}
2106pub const NDTA_UNSPEC: _bindgen_ty_51 = _bindgen_ty_51::NDTA_UNSPEC;
2107pub const NDTA_NAME: _bindgen_ty_51 = _bindgen_ty_51::NDTA_NAME;
2108pub const NDTA_THRESH1: _bindgen_ty_51 = _bindgen_ty_51::NDTA_THRESH1;
2109pub const NDTA_THRESH2: _bindgen_ty_51 = _bindgen_ty_51::NDTA_THRESH2;
2110pub const NDTA_THRESH3: _bindgen_ty_51 = _bindgen_ty_51::NDTA_THRESH3;
2111pub const NDTA_CONFIG: _bindgen_ty_51 = _bindgen_ty_51::NDTA_CONFIG;
2112pub const NDTA_PARMS: _bindgen_ty_51 = _bindgen_ty_51::NDTA_PARMS;
2113pub const NDTA_STATS: _bindgen_ty_51 = _bindgen_ty_51::NDTA_STATS;
2114pub const NDTA_GC_INTERVAL: _bindgen_ty_51 = _bindgen_ty_51::NDTA_GC_INTERVAL;
2115pub const NDTA_PAD: _bindgen_ty_51 = _bindgen_ty_51::NDTA_PAD;
2116pub const __NDTA_MAX: _bindgen_ty_51 = _bindgen_ty_51::__NDTA_MAX;
2117#[repr(u32)]
2118#[non_exhaustive]
2119#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2120pub enum _bindgen_ty_51 {
2121NDTA_UNSPEC = 0,
2122NDTA_NAME = 1,
2123NDTA_THRESH1 = 2,
2124NDTA_THRESH2 = 3,
2125NDTA_THRESH3 = 4,
2126NDTA_CONFIG = 5,
2127NDTA_PARMS = 6,
2128NDTA_STATS = 7,
2129NDTA_GC_INTERVAL = 8,
2130NDTA_PAD = 9,
2131__NDTA_MAX = 10,
2132}
2133pub const FDB_NOTIFY_BIT: _bindgen_ty_52 = _bindgen_ty_52::FDB_NOTIFY_BIT;
2134pub const FDB_NOTIFY_INACTIVE_BIT: _bindgen_ty_52 = _bindgen_ty_52::FDB_NOTIFY_INACTIVE_BIT;
2135#[repr(u32)]
2136#[non_exhaustive]
2137#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2138pub enum _bindgen_ty_52 {
2139FDB_NOTIFY_BIT = 1,
2140FDB_NOTIFY_INACTIVE_BIT = 2,
2141}
2142pub const NFEA_UNSPEC: _bindgen_ty_53 = _bindgen_ty_53::NFEA_UNSPEC;
2143pub const NFEA_ACTIVITY_NOTIFY: _bindgen_ty_53 = _bindgen_ty_53::NFEA_ACTIVITY_NOTIFY;
2144pub const NFEA_DONT_REFRESH: _bindgen_ty_53 = _bindgen_ty_53::NFEA_DONT_REFRESH;
2145pub const __NFEA_MAX: _bindgen_ty_53 = _bindgen_ty_53::__NFEA_MAX;
2146#[repr(u32)]
2147#[non_exhaustive]
2148#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2149pub enum _bindgen_ty_53 {
2150NFEA_UNSPEC = 0,
2151NFEA_ACTIVITY_NOTIFY = 1,
2152NFEA_DONT_REFRESH = 2,
2153__NFEA_MAX = 3,
2154}
2155pub const RTM_BASE: _bindgen_ty_54 = _bindgen_ty_54::RTM_BASE;
2156pub const RTM_NEWLINK: _bindgen_ty_54 = _bindgen_ty_54::RTM_BASE;
2157pub const RTM_DELLINK: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELLINK;
2158pub const RTM_GETLINK: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETLINK;
2159pub const RTM_SETLINK: _bindgen_ty_54 = _bindgen_ty_54::RTM_SETLINK;
2160pub const RTM_NEWADDR: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWADDR;
2161pub const RTM_DELADDR: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELADDR;
2162pub const RTM_GETADDR: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETADDR;
2163pub const RTM_NEWROUTE: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWROUTE;
2164pub const RTM_DELROUTE: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELROUTE;
2165pub const RTM_GETROUTE: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETROUTE;
2166pub const RTM_NEWNEIGH: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWNEIGH;
2167pub const RTM_DELNEIGH: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELNEIGH;
2168pub const RTM_GETNEIGH: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETNEIGH;
2169pub const RTM_NEWRULE: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWRULE;
2170pub const RTM_DELRULE: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELRULE;
2171pub const RTM_GETRULE: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETRULE;
2172pub const RTM_NEWQDISC: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWQDISC;
2173pub const RTM_DELQDISC: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELQDISC;
2174pub const RTM_GETQDISC: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETQDISC;
2175pub const RTM_NEWTCLASS: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWTCLASS;
2176pub const RTM_DELTCLASS: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELTCLASS;
2177pub const RTM_GETTCLASS: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETTCLASS;
2178pub const RTM_NEWTFILTER: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWTFILTER;
2179pub const RTM_DELTFILTER: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELTFILTER;
2180pub const RTM_GETTFILTER: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETTFILTER;
2181pub const RTM_NEWACTION: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWACTION;
2182pub const RTM_DELACTION: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELACTION;
2183pub const RTM_GETACTION: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETACTION;
2184pub const RTM_NEWPREFIX: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWPREFIX;
2185pub const RTM_GETMULTICAST: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETMULTICAST;
2186pub const RTM_GETANYCAST: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETANYCAST;
2187pub const RTM_NEWNEIGHTBL: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWNEIGHTBL;
2188pub const RTM_GETNEIGHTBL: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETNEIGHTBL;
2189pub const RTM_SETNEIGHTBL: _bindgen_ty_54 = _bindgen_ty_54::RTM_SETNEIGHTBL;
2190pub const RTM_NEWNDUSEROPT: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWNDUSEROPT;
2191pub const RTM_NEWADDRLABEL: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWADDRLABEL;
2192pub const RTM_DELADDRLABEL: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELADDRLABEL;
2193pub const RTM_GETADDRLABEL: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETADDRLABEL;
2194pub const RTM_GETDCB: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETDCB;
2195pub const RTM_SETDCB: _bindgen_ty_54 = _bindgen_ty_54::RTM_SETDCB;
2196pub const RTM_NEWNETCONF: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWNETCONF;
2197pub const RTM_DELNETCONF: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELNETCONF;
2198pub const RTM_GETNETCONF: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETNETCONF;
2199pub const RTM_NEWMDB: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWMDB;
2200pub const RTM_DELMDB: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELMDB;
2201pub const RTM_GETMDB: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETMDB;
2202pub const RTM_NEWNSID: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWNSID;
2203pub const RTM_DELNSID: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELNSID;
2204pub const RTM_GETNSID: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETNSID;
2205pub const RTM_NEWSTATS: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWSTATS;
2206pub const RTM_GETSTATS: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETSTATS;
2207pub const RTM_NEWCACHEREPORT: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWCACHEREPORT;
2208pub const RTM_NEWCHAIN: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWCHAIN;
2209pub const RTM_DELCHAIN: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELCHAIN;
2210pub const RTM_GETCHAIN: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETCHAIN;
2211pub const RTM_NEWNEXTHOP: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWNEXTHOP;
2212pub const RTM_DELNEXTHOP: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELNEXTHOP;
2213pub const RTM_GETNEXTHOP: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETNEXTHOP;
2214pub const RTM_NEWLINKPROP: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWLINKPROP;
2215pub const RTM_DELLINKPROP: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELLINKPROP;
2216pub const RTM_GETLINKPROP: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETLINKPROP;
2217pub const RTM_NEWVLAN: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWVLAN;
2218pub const RTM_DELVLAN: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELVLAN;
2219pub const RTM_GETVLAN: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETVLAN;
2220pub const RTM_NEWNEXTHOPBUCKET: _bindgen_ty_54 = _bindgen_ty_54::RTM_NEWNEXTHOPBUCKET;
2221pub const RTM_DELNEXTHOPBUCKET: _bindgen_ty_54 = _bindgen_ty_54::RTM_DELNEXTHOPBUCKET;
2222pub const RTM_GETNEXTHOPBUCKET: _bindgen_ty_54 = _bindgen_ty_54::RTM_GETNEXTHOPBUCKET;
2223pub const __RTM_MAX: _bindgen_ty_54 = _bindgen_ty_54::__RTM_MAX;
2224#[repr(u32)]
2225#[non_exhaustive]
2226#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2227pub enum _bindgen_ty_54 {
2228RTM_BASE = 16,
2229RTM_DELLINK = 17,
2230RTM_GETLINK = 18,
2231RTM_SETLINK = 19,
2232RTM_NEWADDR = 20,
2233RTM_DELADDR = 21,
2234RTM_GETADDR = 22,
2235RTM_NEWROUTE = 24,
2236RTM_DELROUTE = 25,
2237RTM_GETROUTE = 26,
2238RTM_NEWNEIGH = 28,
2239RTM_DELNEIGH = 29,
2240RTM_GETNEIGH = 30,
2241RTM_NEWRULE = 32,
2242RTM_DELRULE = 33,
2243RTM_GETRULE = 34,
2244RTM_NEWQDISC = 36,
2245RTM_DELQDISC = 37,
2246RTM_GETQDISC = 38,
2247RTM_NEWTCLASS = 40,
2248RTM_DELTCLASS = 41,
2249RTM_GETTCLASS = 42,
2250RTM_NEWTFILTER = 44,
2251RTM_DELTFILTER = 45,
2252RTM_GETTFILTER = 46,
2253RTM_NEWACTION = 48,
2254RTM_DELACTION = 49,
2255RTM_GETACTION = 50,
2256RTM_NEWPREFIX = 52,
2257RTM_GETMULTICAST = 58,
2258RTM_GETANYCAST = 62,
2259RTM_NEWNEIGHTBL = 64,
2260RTM_GETNEIGHTBL = 66,
2261RTM_SETNEIGHTBL = 67,
2262RTM_NEWNDUSEROPT = 68,
2263RTM_NEWADDRLABEL = 72,
2264RTM_DELADDRLABEL = 73,
2265RTM_GETADDRLABEL = 74,
2266RTM_GETDCB = 78,
2267RTM_SETDCB = 79,
2268RTM_NEWNETCONF = 80,
2269RTM_DELNETCONF = 81,
2270RTM_GETNETCONF = 82,
2271RTM_NEWMDB = 84,
2272RTM_DELMDB = 85,
2273RTM_GETMDB = 86,
2274RTM_NEWNSID = 88,
2275RTM_DELNSID = 89,
2276RTM_GETNSID = 90,
2277RTM_NEWSTATS = 92,
2278RTM_GETSTATS = 94,
2279RTM_NEWCACHEREPORT = 96,
2280RTM_NEWCHAIN = 100,
2281RTM_DELCHAIN = 101,
2282RTM_GETCHAIN = 102,
2283RTM_NEWNEXTHOP = 104,
2284RTM_DELNEXTHOP = 105,
2285RTM_GETNEXTHOP = 106,
2286RTM_NEWLINKPROP = 108,
2287RTM_DELLINKPROP = 109,
2288RTM_GETLINKPROP = 110,
2289RTM_NEWVLAN = 112,
2290RTM_DELVLAN = 113,
2291RTM_GETVLAN = 114,
2292RTM_NEWNEXTHOPBUCKET = 116,
2293RTM_DELNEXTHOPBUCKET = 117,
2294RTM_GETNEXTHOPBUCKET = 118,
2295__RTM_MAX = 119,
2296}
2297#[repr(C)]
2298#[derive(Debug, Copy, Clone)]
2299pub struct rtattr {
2300pub rta_len: crate::ctypes::c_ushort,
2301pub rta_type: crate::ctypes::c_ushort,
2302}
2303#[repr(C)]
2304#[derive(Debug, Copy, Clone)]
2305pub struct rtmsg {
2306pub rtm_family: crate::ctypes::c_uchar,
2307pub rtm_dst_len: crate::ctypes::c_uchar,
2308pub rtm_src_len: crate::ctypes::c_uchar,
2309pub rtm_tos: crate::ctypes::c_uchar,
2310pub rtm_table: crate::ctypes::c_uchar,
2311pub rtm_protocol: crate::ctypes::c_uchar,
2312pub rtm_scope: crate::ctypes::c_uchar,
2313pub rtm_type: crate::ctypes::c_uchar,
2314pub rtm_flags: crate::ctypes::c_uint,
2315}
2316pub const RTN_UNSPEC: _bindgen_ty_55 = _bindgen_ty_55::RTN_UNSPEC;
2317pub const RTN_UNICAST: _bindgen_ty_55 = _bindgen_ty_55::RTN_UNICAST;
2318pub const RTN_LOCAL: _bindgen_ty_55 = _bindgen_ty_55::RTN_LOCAL;
2319pub const RTN_BROADCAST: _bindgen_ty_55 = _bindgen_ty_55::RTN_BROADCAST;
2320pub const RTN_ANYCAST: _bindgen_ty_55 = _bindgen_ty_55::RTN_ANYCAST;
2321pub const RTN_MULTICAST: _bindgen_ty_55 = _bindgen_ty_55::RTN_MULTICAST;
2322pub const RTN_BLACKHOLE: _bindgen_ty_55 = _bindgen_ty_55::RTN_BLACKHOLE;
2323pub const RTN_UNREACHABLE: _bindgen_ty_55 = _bindgen_ty_55::RTN_UNREACHABLE;
2324pub const RTN_PROHIBIT: _bindgen_ty_55 = _bindgen_ty_55::RTN_PROHIBIT;
2325pub const RTN_THROW: _bindgen_ty_55 = _bindgen_ty_55::RTN_THROW;
2326pub const RTN_NAT: _bindgen_ty_55 = _bindgen_ty_55::RTN_NAT;
2327pub const RTN_XRESOLVE: _bindgen_ty_55 = _bindgen_ty_55::RTN_XRESOLVE;
2328pub const __RTN_MAX: _bindgen_ty_55 = _bindgen_ty_55::__RTN_MAX;
2329#[repr(u32)]
2330#[non_exhaustive]
2331#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2332pub enum _bindgen_ty_55 {
2333RTN_UNSPEC = 0,
2334RTN_UNICAST = 1,
2335RTN_LOCAL = 2,
2336RTN_BROADCAST = 3,
2337RTN_ANYCAST = 4,
2338RTN_MULTICAST = 5,
2339RTN_BLACKHOLE = 6,
2340RTN_UNREACHABLE = 7,
2341RTN_PROHIBIT = 8,
2342RTN_THROW = 9,
2343RTN_NAT = 10,
2344RTN_XRESOLVE = 11,
2345__RTN_MAX = 12,
2346}
2347#[repr(u32)]
2348#[non_exhaustive]
2349#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2350pub enum rt_scope_t {
2351RT_SCOPE_UNIVERSE = 0,
2352RT_SCOPE_SITE = 200,
2353RT_SCOPE_LINK = 253,
2354RT_SCOPE_HOST = 254,
2355RT_SCOPE_NOWHERE = 255,
2356}
2357#[repr(u32)]
2358#[non_exhaustive]
2359#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2360pub enum rt_class_t {
2361RT_TABLE_UNSPEC = 0,
2362RT_TABLE_COMPAT = 252,
2363RT_TABLE_DEFAULT = 253,
2364RT_TABLE_MAIN = 254,
2365RT_TABLE_LOCAL = 255,
2366RT_TABLE_MAX = 4294967295,
2367}
2368#[repr(u32)]
2369#[non_exhaustive]
2370#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2371pub enum rtattr_type_t {
2372RTA_UNSPEC = 0,
2373RTA_DST = 1,
2374RTA_SRC = 2,
2375RTA_IIF = 3,
2376RTA_OIF = 4,
2377RTA_GATEWAY = 5,
2378RTA_PRIORITY = 6,
2379RTA_PREFSRC = 7,
2380RTA_METRICS = 8,
2381RTA_MULTIPATH = 9,
2382RTA_PROTOINFO = 10,
2383RTA_FLOW = 11,
2384RTA_CACHEINFO = 12,
2385RTA_SESSION = 13,
2386RTA_MP_ALGO = 14,
2387RTA_TABLE = 15,
2388RTA_MARK = 16,
2389RTA_MFC_STATS = 17,
2390RTA_VIA = 18,
2391RTA_NEWDST = 19,
2392RTA_PREF = 20,
2393RTA_ENCAP_TYPE = 21,
2394RTA_ENCAP = 22,
2395RTA_EXPIRES = 23,
2396RTA_PAD = 24,
2397RTA_UID = 25,
2398RTA_TTL_PROPAGATE = 26,
2399RTA_IP_PROTO = 27,
2400RTA_SPORT = 28,
2401RTA_DPORT = 29,
2402RTA_NH_ID = 30,
2403__RTA_MAX = 31,
2404}
2405#[repr(C)]
2406#[derive(Debug, Copy, Clone)]
2407pub struct rtnexthop {
2408pub rtnh_len: crate::ctypes::c_ushort,
2409pub rtnh_flags: crate::ctypes::c_uchar,
2410pub rtnh_hops: crate::ctypes::c_uchar,
2411pub rtnh_ifindex: crate::ctypes::c_int,
2412}
2413#[repr(C)]
2414#[derive(Debug)]
2415pub struct rtvia {
2416pub rtvia_family: __kernel_sa_family_t,
2417pub rtvia_addr: __IncompleteArrayField<__u8>,
2418}
2419#[repr(C)]
2420#[derive(Debug, Copy, Clone)]
2421pub struct rta_cacheinfo {
2422pub rta_clntref: __u32,
2423pub rta_lastuse: __u32,
2424pub rta_expires: __s32,
2425pub rta_error: __u32,
2426pub rta_used: __u32,
2427pub rta_id: __u32,
2428pub rta_ts: __u32,
2429pub rta_tsage: __u32,
2430}
2431pub const RTAX_UNSPEC: _bindgen_ty_56 = _bindgen_ty_56::RTAX_UNSPEC;
2432pub const RTAX_LOCK: _bindgen_ty_56 = _bindgen_ty_56::RTAX_LOCK;
2433pub const RTAX_MTU: _bindgen_ty_56 = _bindgen_ty_56::RTAX_MTU;
2434pub const RTAX_WINDOW: _bindgen_ty_56 = _bindgen_ty_56::RTAX_WINDOW;
2435pub const RTAX_RTT: _bindgen_ty_56 = _bindgen_ty_56::RTAX_RTT;
2436pub const RTAX_RTTVAR: _bindgen_ty_56 = _bindgen_ty_56::RTAX_RTTVAR;
2437pub const RTAX_SSTHRESH: _bindgen_ty_56 = _bindgen_ty_56::RTAX_SSTHRESH;
2438pub const RTAX_CWND: _bindgen_ty_56 = _bindgen_ty_56::RTAX_CWND;
2439pub const RTAX_ADVMSS: _bindgen_ty_56 = _bindgen_ty_56::RTAX_ADVMSS;
2440pub const RTAX_REORDERING: _bindgen_ty_56 = _bindgen_ty_56::RTAX_REORDERING;
2441pub const RTAX_HOPLIMIT: _bindgen_ty_56 = _bindgen_ty_56::RTAX_HOPLIMIT;
2442pub const RTAX_INITCWND: _bindgen_ty_56 = _bindgen_ty_56::RTAX_INITCWND;
2443pub const RTAX_FEATURES: _bindgen_ty_56 = _bindgen_ty_56::RTAX_FEATURES;
2444pub const RTAX_RTO_MIN: _bindgen_ty_56 = _bindgen_ty_56::RTAX_RTO_MIN;
2445pub const RTAX_INITRWND: _bindgen_ty_56 = _bindgen_ty_56::RTAX_INITRWND;
2446pub const RTAX_QUICKACK: _bindgen_ty_56 = _bindgen_ty_56::RTAX_QUICKACK;
2447pub const RTAX_CC_ALGO: _bindgen_ty_56 = _bindgen_ty_56::RTAX_CC_ALGO;
2448pub const RTAX_FASTOPEN_NO_COOKIE: _bindgen_ty_56 = _bindgen_ty_56::RTAX_FASTOPEN_NO_COOKIE;
2449pub const __RTAX_MAX: _bindgen_ty_56 = _bindgen_ty_56::__RTAX_MAX;
2450#[repr(u32)]
2451#[non_exhaustive]
2452#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2453pub enum _bindgen_ty_56 {
2454RTAX_UNSPEC = 0,
2455RTAX_LOCK = 1,
2456RTAX_MTU = 2,
2457RTAX_WINDOW = 3,
2458RTAX_RTT = 4,
2459RTAX_RTTVAR = 5,
2460RTAX_SSTHRESH = 6,
2461RTAX_CWND = 7,
2462RTAX_ADVMSS = 8,
2463RTAX_REORDERING = 9,
2464RTAX_HOPLIMIT = 10,
2465RTAX_INITCWND = 11,
2466RTAX_FEATURES = 12,
2467RTAX_RTO_MIN = 13,
2468RTAX_INITRWND = 14,
2469RTAX_QUICKACK = 15,
2470RTAX_CC_ALGO = 16,
2471RTAX_FASTOPEN_NO_COOKIE = 17,
2472__RTAX_MAX = 18,
2473}
2474#[repr(C)]
2475#[derive(Copy, Clone)]
2476pub struct rta_session {
2477pub proto: __u8,
2478pub pad1: __u8,
2479pub pad2: __u16,
2480pub u: rta_session__bindgen_ty_1,
2481}
2482#[repr(C)]
2483#[derive(Copy, Clone)]
2484pub union rta_session__bindgen_ty_1 {
2485pub ports: rta_session__bindgen_ty_1__bindgen_ty_1,
2486pub icmpt: rta_session__bindgen_ty_1__bindgen_ty_2,
2487pub spi: __u32,
2488}
2489#[repr(C)]
2490#[derive(Debug, Copy, Clone)]
2491pub struct rta_session__bindgen_ty_1__bindgen_ty_1 {
2492pub sport: __u16,
2493pub dport: __u16,
2494}
2495#[repr(C)]
2496#[derive(Debug, Copy, Clone)]
2497pub struct rta_session__bindgen_ty_1__bindgen_ty_2 {
2498pub type_: __u8,
2499pub code: __u8,
2500pub ident: __u16,
2501}
2502#[repr(C)]
2503#[derive(Debug, Copy, Clone)]
2504pub struct rta_mfc_stats {
2505pub mfcs_packets: __u64,
2506pub mfcs_bytes: __u64,
2507pub mfcs_wrong_if: __u64,
2508}
2509#[repr(C)]
2510#[derive(Debug, Copy, Clone)]
2511pub struct rtgenmsg {
2512pub rtgen_family: crate::ctypes::c_uchar,
2513}
2514#[repr(C)]
2515#[derive(Debug, Copy, Clone)]
2516pub struct ifinfomsg {
2517pub ifi_family: crate::ctypes::c_uchar,
2518pub __ifi_pad: crate::ctypes::c_uchar,
2519pub ifi_type: crate::ctypes::c_ushort,
2520pub ifi_index: crate::ctypes::c_int,
2521pub ifi_flags: crate::ctypes::c_uint,
2522pub ifi_change: crate::ctypes::c_uint,
2523}
2524#[repr(C)]
2525#[derive(Debug, Copy, Clone)]
2526pub struct prefixmsg {
2527pub prefix_family: crate::ctypes::c_uchar,
2528pub prefix_pad1: crate::ctypes::c_uchar,
2529pub prefix_pad2: crate::ctypes::c_ushort,
2530pub prefix_ifindex: crate::ctypes::c_int,
2531pub prefix_type: crate::ctypes::c_uchar,
2532pub prefix_len: crate::ctypes::c_uchar,
2533pub prefix_flags: crate::ctypes::c_uchar,
2534pub prefix_pad3: crate::ctypes::c_uchar,
2535}
2536pub const PREFIX_UNSPEC: _bindgen_ty_57 = _bindgen_ty_57::PREFIX_UNSPEC;
2537pub const PREFIX_ADDRESS: _bindgen_ty_57 = _bindgen_ty_57::PREFIX_ADDRESS;
2538pub const PREFIX_CACHEINFO: _bindgen_ty_57 = _bindgen_ty_57::PREFIX_CACHEINFO;
2539pub const __PREFIX_MAX: _bindgen_ty_57 = _bindgen_ty_57::__PREFIX_MAX;
2540#[repr(u32)]
2541#[non_exhaustive]
2542#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2543pub enum _bindgen_ty_57 {
2544PREFIX_UNSPEC = 0,
2545PREFIX_ADDRESS = 1,
2546PREFIX_CACHEINFO = 2,
2547__PREFIX_MAX = 3,
2548}
2549#[repr(C)]
2550#[derive(Debug, Copy, Clone)]
2551pub struct prefix_cacheinfo {
2552pub preferred_time: __u32,
2553pub valid_time: __u32,
2554}
2555#[repr(C)]
2556#[derive(Debug, Copy, Clone)]
2557pub struct tcmsg {
2558pub tcm_family: crate::ctypes::c_uchar,
2559pub tcm__pad1: crate::ctypes::c_uchar,
2560pub tcm__pad2: crate::ctypes::c_ushort,
2561pub tcm_ifindex: crate::ctypes::c_int,
2562pub tcm_handle: __u32,
2563pub tcm_parent: __u32,
2564pub tcm_info: __u32,
2565}
2566pub const TCA_UNSPEC: _bindgen_ty_58 = _bindgen_ty_58::TCA_UNSPEC;
2567pub const TCA_KIND: _bindgen_ty_58 = _bindgen_ty_58::TCA_KIND;
2568pub const TCA_OPTIONS: _bindgen_ty_58 = _bindgen_ty_58::TCA_OPTIONS;
2569pub const TCA_STATS: _bindgen_ty_58 = _bindgen_ty_58::TCA_STATS;
2570pub const TCA_XSTATS: _bindgen_ty_58 = _bindgen_ty_58::TCA_XSTATS;
2571pub const TCA_RATE: _bindgen_ty_58 = _bindgen_ty_58::TCA_RATE;
2572pub const TCA_FCNT: _bindgen_ty_58 = _bindgen_ty_58::TCA_FCNT;
2573pub const TCA_STATS2: _bindgen_ty_58 = _bindgen_ty_58::TCA_STATS2;
2574pub const TCA_STAB: _bindgen_ty_58 = _bindgen_ty_58::TCA_STAB;
2575pub const TCA_PAD: _bindgen_ty_58 = _bindgen_ty_58::TCA_PAD;
2576pub const TCA_DUMP_INVISIBLE: _bindgen_ty_58 = _bindgen_ty_58::TCA_DUMP_INVISIBLE;
2577pub const TCA_CHAIN: _bindgen_ty_58 = _bindgen_ty_58::TCA_CHAIN;
2578pub const TCA_HW_OFFLOAD: _bindgen_ty_58 = _bindgen_ty_58::TCA_HW_OFFLOAD;
2579pub const TCA_INGRESS_BLOCK: _bindgen_ty_58 = _bindgen_ty_58::TCA_INGRESS_BLOCK;
2580pub const TCA_EGRESS_BLOCK: _bindgen_ty_58 = _bindgen_ty_58::TCA_EGRESS_BLOCK;
2581pub const TCA_DUMP_FLAGS: _bindgen_ty_58 = _bindgen_ty_58::TCA_DUMP_FLAGS;
2582pub const __TCA_MAX: _bindgen_ty_58 = _bindgen_ty_58::__TCA_MAX;
2583#[repr(u32)]
2584#[non_exhaustive]
2585#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2586pub enum _bindgen_ty_58 {
2587TCA_UNSPEC = 0,
2588TCA_KIND = 1,
2589TCA_OPTIONS = 2,
2590TCA_STATS = 3,
2591TCA_XSTATS = 4,
2592TCA_RATE = 5,
2593TCA_FCNT = 6,
2594TCA_STATS2 = 7,
2595TCA_STAB = 8,
2596TCA_PAD = 9,
2597TCA_DUMP_INVISIBLE = 10,
2598TCA_CHAIN = 11,
2599TCA_HW_OFFLOAD = 12,
2600TCA_INGRESS_BLOCK = 13,
2601TCA_EGRESS_BLOCK = 14,
2602TCA_DUMP_FLAGS = 15,
2603__TCA_MAX = 16,
2604}
2605#[repr(C)]
2606#[derive(Debug, Copy, Clone)]
2607pub struct nduseroptmsg {
2608pub nduseropt_family: crate::ctypes::c_uchar,
2609pub nduseropt_pad1: crate::ctypes::c_uchar,
2610pub nduseropt_opts_len: crate::ctypes::c_ushort,
2611pub nduseropt_ifindex: crate::ctypes::c_int,
2612pub nduseropt_icmp_type: __u8,
2613pub nduseropt_icmp_code: __u8,
2614pub nduseropt_pad2: crate::ctypes::c_ushort,
2615pub nduseropt_pad3: crate::ctypes::c_uint,
2616}
2617pub const NDUSEROPT_UNSPEC: _bindgen_ty_59 = _bindgen_ty_59::NDUSEROPT_UNSPEC;
2618pub const NDUSEROPT_SRCADDR: _bindgen_ty_59 = _bindgen_ty_59::NDUSEROPT_SRCADDR;
2619pub const __NDUSEROPT_MAX: _bindgen_ty_59 = _bindgen_ty_59::__NDUSEROPT_MAX;
2620#[repr(u32)]
2621#[non_exhaustive]
2622#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2623pub enum _bindgen_ty_59 {
2624NDUSEROPT_UNSPEC = 0,
2625NDUSEROPT_SRCADDR = 1,
2626__NDUSEROPT_MAX = 2,
2627}
2628#[repr(u32)]
2629#[non_exhaustive]
2630#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2631pub enum rtnetlink_groups {
2632RTNLGRP_NONE = 0,
2633RTNLGRP_LINK = 1,
2634RTNLGRP_NOTIFY = 2,
2635RTNLGRP_NEIGH = 3,
2636RTNLGRP_TC = 4,
2637RTNLGRP_IPV4_IFADDR = 5,
2638RTNLGRP_IPV4_MROUTE = 6,
2639RTNLGRP_IPV4_ROUTE = 7,
2640RTNLGRP_IPV4_RULE = 8,
2641RTNLGRP_IPV6_IFADDR = 9,
2642RTNLGRP_IPV6_MROUTE = 10,
2643RTNLGRP_IPV6_ROUTE = 11,
2644RTNLGRP_IPV6_IFINFO = 12,
2645RTNLGRP_DECnet_IFADDR = 13,
2646RTNLGRP_NOP2 = 14,
2647RTNLGRP_DECnet_ROUTE = 15,
2648RTNLGRP_DECnet_RULE = 16,
2649RTNLGRP_NOP4 = 17,
2650RTNLGRP_IPV6_PREFIX = 18,
2651RTNLGRP_IPV6_RULE = 19,
2652RTNLGRP_ND_USEROPT = 20,
2653RTNLGRP_PHONET_IFADDR = 21,
2654RTNLGRP_PHONET_ROUTE = 22,
2655RTNLGRP_DCB = 23,
2656RTNLGRP_IPV4_NETCONF = 24,
2657RTNLGRP_IPV6_NETCONF = 25,
2658RTNLGRP_MDB = 26,
2659RTNLGRP_MPLS_ROUTE = 27,
2660RTNLGRP_NSID = 28,
2661RTNLGRP_MPLS_NETCONF = 29,
2662RTNLGRP_IPV4_MROUTE_R = 30,
2663RTNLGRP_IPV6_MROUTE_R = 31,
2664RTNLGRP_NEXTHOP = 32,
2665RTNLGRP_BRVLAN = 33,
2666RTNLGRP_MCTP_IFADDR = 34,
2667__RTNLGRP_MAX = 35,
2668}
2669#[repr(C)]
2670#[derive(Debug, Copy, Clone)]
2671pub struct tcamsg {
2672pub tca_family: crate::ctypes::c_uchar,
2673pub tca__pad1: crate::ctypes::c_uchar,
2674pub tca__pad2: crate::ctypes::c_ushort,
2675}
2676pub const TCA_ROOT_UNSPEC: _bindgen_ty_60 = _bindgen_ty_60::TCA_ROOT_UNSPEC;
2677pub const TCA_ROOT_TAB: _bindgen_ty_60 = _bindgen_ty_60::TCA_ROOT_TAB;
2678pub const TCA_ROOT_FLAGS: _bindgen_ty_60 = _bindgen_ty_60::TCA_ROOT_FLAGS;
2679pub const TCA_ROOT_COUNT: _bindgen_ty_60 = _bindgen_ty_60::TCA_ROOT_COUNT;
2680pub const TCA_ROOT_TIME_DELTA: _bindgen_ty_60 = _bindgen_ty_60::TCA_ROOT_TIME_DELTA;
2681pub const __TCA_ROOT_MAX: _bindgen_ty_60 = _bindgen_ty_60::__TCA_ROOT_MAX;
2682#[repr(u32)]
2683#[non_exhaustive]
2684#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
2685pub enum _bindgen_ty_60 {
2686TCA_ROOT_UNSPEC = 0,
2687TCA_ROOT_TAB = 1,
2688TCA_ROOT_FLAGS = 2,
2689TCA_ROOT_COUNT = 3,
2690TCA_ROOT_TIME_DELTA = 4,
2691__TCA_ROOT_MAX = 5,
2692}