Lines Matching refs:_bindgen_ty_5
459 pub const BPF_F_NO_PREALLOC: _bindgen_ty_5 = 1;
460 pub const BPF_F_NO_COMMON_LRU: _bindgen_ty_5 = 2;
461 pub const BPF_F_NUMA_NODE: _bindgen_ty_5 = 4;
462 pub const BPF_F_RDONLY: _bindgen_ty_5 = 8;
463 pub const BPF_F_WRONLY: _bindgen_ty_5 = 16;
464 pub const BPF_F_STACK_BUILD_ID: _bindgen_ty_5 = 32;
465 pub const BPF_F_ZERO_SEED: _bindgen_ty_5 = 64;
466 pub const BPF_F_RDONLY_PROG: _bindgen_ty_5 = 128;
467 pub const BPF_F_WRONLY_PROG: _bindgen_ty_5 = 256;
468 pub const BPF_F_CLONE: _bindgen_ty_5 = 512;
469 pub const BPF_F_MMAPABLE: _bindgen_ty_5 = 1024;
470 pub const BPF_F_PRESERVE_ELEMS: _bindgen_ty_5 = 2048;
471 pub const BPF_F_INNER_MAP: _bindgen_ty_5 = 4096;
472 pub const BPF_F_LINK: _bindgen_ty_5 = 8192;
473 pub const BPF_F_PATH_FD: _bindgen_ty_5 = 16384;
474 pub const BPF_F_VTYPE_BTF_OBJ_FD: _bindgen_ty_5 = 32768;
475 pub const BPF_F_TOKEN_FD: _bindgen_ty_5 = 65536;
476 pub const BPF_F_SEGV_ON_FAULT: _bindgen_ty_5 = 131072;
477 pub const BPF_F_NO_USER_CONV: _bindgen_ty_5 = 262144;
478 pub type _bindgen_ty_5 = ::core::ffi::c_uint; typedef