Searched refs:wg_allowedips_insert_v6 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/net/wireguard/ |
D | allowedips.h | 42 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip,
|
D | allowedips.c | 324 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, in wg_allowedips_insert_v6() function
|
D | netlink.c | 349 ret = wg_allowedips_insert_v6( in set_allowedip()
|
/Linux-v5.10/drivers/net/wireguard/selftest/ |
D | allowedips.c | 351 if (wg_allowedips_insert_v6(&t, (struct in6_addr *)ip, cidr, in randomized_test() 377 if (wg_allowedips_insert_v6(&t, in randomized_test() 610 wg_allowedips_insert_v6(&t, &ip, 128, a, &mutex); in wg_allowedips_selftest()
|