Home
last modified time | relevance | path

Searched refs:wg_allowedips_remove_v4 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireguard/
H A Dallowedips.h41 int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip,
H A Dallowedips.c344 int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v6()
349 int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip, wg_allowedips_remove_v4() function
H A Dnetlink.c318 ret = wg_allowedips_remove_v4(&peer->device->peer_allowedips, in set_allowedip()