Home
last modified time | relevance | path

Searched refs:wg_allowedips_insert_v4 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/wireguard/
Dallowedips.h40 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
Dallowedips.c313 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v4() function
Dnetlink.c343 ret = wg_allowedips_insert_v4( in set_allowedip()
/Linux-v5.10/drivers/net/wireguard/selftest/
Dallowedips.c307 if (wg_allowedips_insert_v4(&t, (struct in_addr *)ip, cidr, in randomized_test()
333 if (wg_allowedips_insert_v4(&t, in randomized_test()