Lines Matching defs:ifindex

144 static int get_vendor_id(int ifindex)  in get_vendor_id()
516 __u32 ifindex) in probe_prog_load_ifindex()
534 static bool probe_prog_type_ifindex(enum bpf_prog_type prog_type, __u32 ifindex) in probe_prog_type_ifindex()
548 bool *supported_types, const char *define_prefix, __u32 ifindex) in probe_prog_type()
593 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex()
615 const char *define_prefix, __u32 ifindex) in probe_map_type()
656 __u32 ifindex) in probe_helper_ifindex()
685 const char *ptype_name, __u32 ifindex) in probe_helper_for_progtype()
722 const char *define_prefix, __u32 ifindex) in probe_helpers_for_progtype()
782 const char *define_prefix, __u32 ifindex, in probe_misc_feature()
809 static void probe_large_insn_limit(const char *define_prefix, __u32 ifindex) in probe_large_insn_limit()
830 probe_bounded_loops(const char *define_prefix, __u32 ifindex) in probe_bounded_loops()
851 probe_v2_isa_extension(const char *define_prefix, __u32 ifindex) in probe_v2_isa_extension()
872 probe_v3_isa_extension(const char *define_prefix, __u32 ifindex) in probe_v3_isa_extension()
933 __u32 ifindex) in section_program_types()
957 static void section_map_types(const char *define_prefix, __u32 ifindex) in section_map_types()
981 section_helpers(bool *supported_types, const char *define_prefix, __u32 ifindex) in section_helpers()
1022 static void section_misc(const char *define_prefix, __u32 ifindex) in section_misc()
1164 __u32 ifindex = 0; in do_probe() local