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