Lines Matching defs:local
81 * @local: the address of the tunnel entry-point
90 const struct in6_addr *local)
92 unsigned int hash = HASH(remote, local);
98 if (ipv6_addr_equal(local, &t->parms.laddr) &&
105 hash = HASH(&any, local);
107 if (ipv6_addr_equal(local, &t->parms.laddr) &&
140 const struct in6_addr *local = &p->laddr;
144 if (!ipv6_addr_any(remote) || !ipv6_addr_any(local)) {
146 h = HASH(remote, local);
258 const struct in6_addr *local = &p->laddr;
266 if (ipv6_addr_equal(local, &t->parms.laddr) &&