Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Dallowedips.h37 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
H A Dallowedips.c281 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v4() function
H A Dnetlink.c343 ret = wg_allowedips_insert_v4( in set_allowedip()
/linux/drivers/net/wireguard/selftest/
H A Dallowedips.c290 if (wg_allowedips_insert_v4(&t, (struct in_addr *)ip, cidr, in randomized_test()
316 if (wg_allowedips_insert_v4(&t, in randomized_test()