Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_encap.c96 int exact_match; member
243 (cfg->lookup != NULL && cfg->exact_match != ENCAP_DRV_LOOKUP) || in encap_attach()
244 (cfg->exact_match == ENCAP_DRV_LOOKUP && cfg->lookup == NULL)) in encap_attach()
253 ep->exact_match = cfg->exact_match; in encap_attach()
255 ep->lookup = cfg->exact_match == ENCAP_DRV_LOOKUP ? cfg->lookup: NULL; in encap_attach()
256 ep->check = cfg->exact_match != ENCAP_DRV_LOOKUP ? cfg->check: NULL; in encap_attach()
261 if (tmp->exact_match <= ep->exact_match) in encap_attach()
308 if (ep->exact_match == ENCAP_DRV_LOOKUP) in encap_input()
316 if (ep->exact_match != ENCAP_DRV_LOOKUP) in encap_input()
322 if (ret >= ep->exact_match) in encap_input()
H A Dip_encap.h53 int exact_match; /* a packet is exactly matched */ member
H A Din_gif.c399 .exact_match = ENCAP_DRV_LOOKUP,
410 .exact_match = ENCAP_DRV_LOOKUP,
422 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip_gre.c563 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip_mroute.c250 .exact_match = 8,
/f-stack/freebsd/netinet6/
H A Din6_gif.c425 .exact_match = ENCAP_DRV_LOOKUP,
435 .exact_match = ENCAP_DRV_LOOKUP,
446 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip6_gre.c563 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip6_mroute.c147 .exact_match = 8,
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-bootmem.c300 static int __cvmx_bootmem_check_version(int exact_match) in __cvmx_bootmem_check_version() argument
308 if ((major_version > 3) || (exact_match && major_version != exact_match)) in __cvmx_bootmem_check_version()
/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c688 .exact_match = sizeof(in_addr_t) << 4,
731 .exact_match = sizeof(struct in6_addr) << 4,
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h315 unsigned exact_match:1; member
H A Dngx_http.c863 if (clcf->exact_match in ngx_http_add_location()
953 if (rc == 0 && !first->exact_match && second->exact_match) { in ngx_http_cmp_locations()
H A Dngx_http_core_module.c968 (clcf->noname ? "*" : (clcf->exact_match ? "=" : "")), in ngx_http_core_find_config_phase()
2923 clcf->exact_match = 1; in ngx_http_core_location()
2956 clcf->exact_match = 1; in ngx_http_core_location()
3004 if (pclcf->exact_match) { in ngx_http_core_location()
/f-stack/freebsd/net/
H A Dif_stf.c178 .exact_match = (sizeof(in_addr_t) << 3) + 8,
H A Dif_me.c654 .exact_match = ENCAP_DRV_LOOKUP,
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h982 } exact_match; member