Searched refs:wg_allowedips_insert_v6 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dallowedips.h39 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip,
H A Dallowedips.c292 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, function
H A Dnetlink.c349 ret = wg_allowedips_insert_v6(
/linux-master/drivers/net/wireguard/selftest/
H A Dallowedips.c334 if (wg_allowedips_insert_v6(&t, (struct in6_addr *)ip, cidr,
360 if (wg_allowedips_insert_v6(&t,
603 wg_allowedips_insert_v6(&t, &ip, 128, a, &mutex);
606 wg_allowedips_insert_v6(&t, &ip, 128, a, &mutex);
609 wg_allowedips_insert_v6(&t, &ip, 128, a, &mutex);

Completed in 144 milliseconds