Home
last modified time | relevance | path

Searched refs:GIF_HASH_SC (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet6/
HDin6_gif.c98 #define GIF_HASH_SC(sc) GIF_HASH(&(sc)->gif_ip6hdr->ip6_src,\ macro
175 CK_LIST_INSERT_HEAD(&GIF_HASH_SC(sc), sc, chain); in in6_gif_attach()
/freebsd-13-stable/sys/netinet/
HDin_gif.c93 #define GIF_HASH_SC(sc) GIF_HASH((sc)->gif_iphdr->ip_src.s_addr,\ macro
169 CK_LIST_INSERT_HEAD(&GIF_HASH_SC(sc), sc, chain); in in_gif_attach()