Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14-stable/sys/netinet/
HDip_encap.c94 int exact_match; member
241 (cfg->lookup != NULL && cfg->exact_match != ENCAP_DRV_LOOKUP) || in encap_attach()
242 (cfg->exact_match == ENCAP_DRV_LOOKUP && cfg->lookup == NULL)) in encap_attach()
251 ep->exact_match = cfg->exact_match; in encap_attach()
253 ep->lookup = cfg->exact_match == ENCAP_DRV_LOOKUP ? cfg->lookup: NULL; in encap_attach()
254 ep->check = cfg->exact_match != ENCAP_DRV_LOOKUP ? cfg->check: NULL; in encap_attach()
259 if (tmp->exact_match <= ep->exact_match) in encap_attach()
306 if (ep->exact_match == ENCAP_DRV_LOOKUP) in encap_input()
314 if (ep->exact_match != ENCAP_DRV_LOOKUP) in encap_input()
320 if (ret >= ep->exact_match) in encap_input()
HDin_gif.c386 .exact_match = ENCAP_DRV_LOOKUP,
397 .exact_match = ENCAP_DRV_LOOKUP,
409 .exact_match = ENCAP_DRV_LOOKUP,
HDip_encap.h52 int exact_match; /* a packet is exactly matched */ member
HDip_gre.c551 .exact_match = ENCAP_DRV_LOOKUP,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverFileRegex.cpp24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex() argument
26 m_regex(std::move(regex)), m_exact_match(exact_match), in BreakpointResolverFileRegex()
42 bool exact_match; in CreateFromStructuredData() local
44 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
70 nullptr, std::move(regex), names_set, exact_match); in CreateFromStructuredData()
HDBreakpointResolverFileLine.cpp40 bool exact_match; in CreateFromStructuredData() local
81 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
88 check_inlines, exact_match); in CreateFromStructuredData()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDmod_devicetable.h64 unsigned char exact_match : 1; member
76 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDSourceLocationSpec.cpp19 bool check_inlines, bool exact_match) in SourceLocationSpec() argument
22 m_check_inlines(check_inlines), m_exact_match(exact_match) {} in SourceLocationSpec()
/freebsd-14-stable/lib/libc/stdlib/
HDgetopt_long.c197 int i, match, exact_match, second_partial_match; in parse_long_options() local
217 exact_match = 0; in parse_long_options()
238 exact_match = 1; in parse_long_options()
257 if (!exact_match && second_partial_match) { in parse_long_options()
/freebsd-14-stable/contrib/tcpdump/missing/
HDgetopt_long.c217 int i, match, exact_match, second_partial_match; in parse_long_options() local
237 exact_match = 0; in parse_long_options()
258 exact_match = 1; in parse_long_options()
277 if (!exact_match && second_partial_match) { in parse_long_options()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDLineTable.h356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl() local
378 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl()
390 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl()
/freebsd-14-stable/usr.sbin/bluetooth/hcsecd/
HDhcsecd.h60 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
HDparser.y241 get_key(bdaddr_p bdaddr, int exact_match) in get_key() argument
249 if (!exact_match) in get_key()
/freebsd-14-stable/sys/netinet6/
HDin6_gif.c409 .exact_match = ENCAP_DRV_LOOKUP,
419 .exact_match = ENCAP_DRV_LOOKUP,
430 .exact_match = ENCAP_DRV_LOOKUP,
HDip6_gre.c547 .exact_match = ENCAP_DRV_LOOKUP,
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDinterworking.h35 const char *domain, int exact_match);
HDconfig.h361 int exact_match; member
HDinterworking.c2252 const char *domain, int exact_match) in domain_name_list_contains() argument
2273 if (!exact_match && elen > len && pos[elen - len - 1] == '.') { in domain_name_list_contains()
2395 partner->fqdn, partner->exact_match, partner->priority, in roaming_partner_match()
2401 partner->exact_match)) in roaming_partner_match()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDSourceLocationSpec.h52 bool exact_match = false);
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointResolverFileRegex.h28 const std::unordered_set<std::string> &func_name_set, bool exact_match);
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_dmi.c88 if (dsi->matches[i].exact_match) { in linux_dmi_matches()
/freebsd-14-stable/sys/dev/liquidio/base/
HDlio_console.c211 __cvmx_bootmem_check_version(struct octeon_device *oct, uint32_t exact_match) in __cvmx_bootmem_check_version() argument
232 (exact_match && major_version != exact_match)) { in __cvmx_bootmem_check_version()
/freebsd-14-stable/sys/netipsec/
HDxform_ipcomp.c694 .exact_match = sizeof(in_addr_t) << 4,
737 .exact_match = sizeof(struct in6_addr) << 4,
/freebsd-14-stable/sys/dev/bxe/
HDecore_sp.c3754 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link, in ecore_mcast_handle_restore_cmd_e1()
3867 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs)) in ecore_mcast_refresh_registry_e1()
3885 &o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
3888 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs, in ecore_mcast_refresh_registry_e1()
3893 ECORE_LIST_INIT(&o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
3981 return o->registry.exact_match.num_macs_set; in ecore_mcast_get_registry_size_exact()
3992 o->registry.exact_match.num_macs_set = n; in ecore_mcast_set_registry_size_exact()
4135 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs); in ecore_init_mcast_obj()
/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h596 __u8 exact_match:1; member
598 __u8 exact_match:1; member

12