Searched refs:exact_match (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_encap.c | 96 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 D | ip_encap.h | 53 int exact_match; /* a packet is exactly matched */ member
|
| H A D | in_gif.c | 399 .exact_match = ENCAP_DRV_LOOKUP, 410 .exact_match = ENCAP_DRV_LOOKUP, 422 .exact_match = ENCAP_DRV_LOOKUP,
|
| H A D | ip_gre.c | 563 .exact_match = ENCAP_DRV_LOOKUP,
|
| H A D | ip_mroute.c | 250 .exact_match = 8,
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_gif.c | 425 .exact_match = ENCAP_DRV_LOOKUP, 435 .exact_match = ENCAP_DRV_LOOKUP, 446 .exact_match = ENCAP_DRV_LOOKUP,
|
| H A D | ip6_gre.c | 563 .exact_match = ENCAP_DRV_LOOKUP,
|
| H A D | ip6_mroute.c | 147 .exact_match = 8,
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-bootmem.c | 300 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 D | xform_ipcomp.c | 688 .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 D | ngx_http_core_module.h | 315 unsigned exact_match:1; member
|
| H A D | ngx_http.c | 863 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 D | ngx_http_core_module.c | 968 (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 D | if_stf.c | 178 .exact_match = (sizeof(in_addr_t) << 3) + 8,
|
| H A D | if_me.c | 654 .exact_match = ENCAP_DRV_LOOKUP,
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 982 } exact_match; member
|