Home
last modified time | relevance | path

Searched refs:ENCAP_DRV_LOOKUP (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_encap.c243 (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()
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()
308 if (ep->exact_match == ENCAP_DRV_LOOKUP) in encap_input()
316 if (ep->exact_match != ENCAP_DRV_LOOKUP) in encap_input()
H A Din_gif.c362 ret = ENCAP_DRV_LOOKUP; in in_gif_lookup()
399 .exact_match = ENCAP_DRV_LOOKUP,
410 .exact_match = ENCAP_DRV_LOOKUP,
422 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip_encap.h54 #define ENCAP_DRV_LOOKUP 0x7fffffff macro
H A Dip_gre.c178 return (ENCAP_DRV_LOOKUP); in in_gre_lookup()
563 .exact_match = ENCAP_DRV_LOOKUP,
/f-stack/freebsd/netinet6/
H A Din6_gif.c384 ret = ENCAP_DRV_LOOKUP; in in6_gif_lookup()
425 .exact_match = ENCAP_DRV_LOOKUP,
435 .exact_match = ENCAP_DRV_LOOKUP,
446 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip6_gre.c170 return (ENCAP_DRV_LOOKUP); in in6_gre_lookup()
563 .exact_match = ENCAP_DRV_LOOKUP,
/f-stack/freebsd/net/
H A Dif_me.c359 return (ENCAP_DRV_LOOKUP); in me_lookup()
654 .exact_match = ENCAP_DRV_LOOKUP,