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