Searched refs:GRE_HASH (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_gre.c | 83 #define GRE_HASH(src, dst) (V_ipv6_hashtbl[\ macro 89 #define GRE_HASH_SC(sc) GRE_HASH(&(sc)->gre_oip6.ip6_src,\ 135 head = &GRE_HASH(src, dst); in in6_gre_checkdup() 158 CK_LIST_FOREACH(sc, &GRE_HASH(&ip6->ip6_dst, &ip6->ip6_src), chain) { in in6_gre_lookup()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_gre.c | 92 #define GRE_HASH(src, dst) (V_ipv4_hashtbl[\ macro 98 #define GRE_HASH_SC(sc) GRE_HASH((sc)->gre_oip.ip_src.s_addr,\ 144 head = &GRE_HASH(src, dst); in in_gre_checkdup() 167 CK_LIST_FOREACH(sc, &GRE_HASH(ip->ip_dst.s_addr, in in_gre_lookup()
|