linux_raw_sys/x86/
netlink.rs

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