Searched refs:wg_allowedips_insert_v6 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 334 if (wg_allowedips_insert_v6(&t, (struct in6_addr *)ip, cidr, in randomized_test() 360 if (wg_allowedips_insert_v6(&t, in randomized_test() 603 wg_allowedips_insert_v6(&t, &ip, 128, a, &mutex); in wg_allowedips_selftest() 606 wg_allowedips_insert_v6(&t, &ip, 128, a, &mutex); in wg_allowedips_selftest() 609 wg_allowedips_insert_v6(&t, &ip, 128, a, &mutex); in wg_allowedips_selftest()
|
/linux/drivers/net/wireguard/ |
H A D | allowedips.h | 39 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip,
|
H A D | allowedips.c | 292 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, in wg_allowedips_insert_v6() function
|
H A D | netlink.c | 349 ret = wg_allowedips_insert_v6( in set_allowedip()
|