Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_encap.c241 (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()
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()
306 if (ep->exact_match == ENCAP_DRV_LOOKUP) in encap_input()
314 if (ep->exact_match != ENCAP_DRV_LOOKUP) in encap_input()
H A Din_gif.c349 ret = ENCAP_DRV_LOOKUP; in in_gif_lookup()
386 .exact_match = ENCAP_DRV_LOOKUP,
397 .exact_match = ENCAP_DRV_LOOKUP,
409 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip_encap.h53 #define ENCAP_DRV_LOOKUP 0x7fffffff macro
H A Dip_gre.c177 return (ENCAP_DRV_LOOKUP); in in_gre_lookup()
551 .exact_match = ENCAP_DRV_LOOKUP,
/freebsd/sys/netinet6/
H A Din6_gif.c368 ret = ENCAP_DRV_LOOKUP; in in6_gif_lookup()
409 .exact_match = ENCAP_DRV_LOOKUP,
419 .exact_match = ENCAP_DRV_LOOKUP,
430 .exact_match = ENCAP_DRV_LOOKUP,
H A Dip6_gre.c169 return (ENCAP_DRV_LOOKUP); in in6_gre_lookup()
547 .exact_match = ENCAP_DRV_LOOKUP,
/freebsd/sys/net/
H A Dif_me.c357 return (ENCAP_DRV_LOOKUP); in me_lookup()
656 .exact_match = ENCAP_DRV_LOOKUP,