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