allowedips
void wg_allowedips_init(struct allowedips *table)
void wg_allowedips_free(struct allowedips *table, struct mutex *lock)
int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip,
int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip,
int wg_allowedips_remove_v6(struct allowedips *table, const struct in6_addr *ip,
void wg_allowedips_remove_by_peer(struct allowedips *table,
struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table,
struct wg_peer *wg_allowedips_lookup_src(struct allowedips *table,
void wg_allowedips_init(struct allowedips *table);
void wg_allowedips_free(struct allowedips *table, struct mutex *mutex);
int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip,
int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip,
int wg_allowedips_remove_v6(struct allowedips *table, const struct in6_addr *ip,
void wg_allowedips_remove_by_peer(struct allowedips *table,
struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table,
struct wg_peer *wg_allowedips_lookup_src(struct allowedips *table,
struct allowedips peer_allowedips;
struct allowedips t;
struct allowedips t;