Symbol: allowedips
drivers/net/wireguard/allowedips.c
298
void wg_allowedips_init(struct allowedips *table)
drivers/net/wireguard/allowedips.c
304
void wg_allowedips_free(struct allowedips *table, struct mutex *lock)
drivers/net/wireguard/allowedips.c
327
int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
drivers/net/wireguard/allowedips.c
338
int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip,
drivers/net/wireguard/allowedips.c
349
int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip,
drivers/net/wireguard/allowedips.c
360
int wg_allowedips_remove_v6(struct allowedips *table, const struct in6_addr *ip,
drivers/net/wireguard/allowedips.c
371
void wg_allowedips_remove_by_peer(struct allowedips *table,
drivers/net/wireguard/allowedips.c
396
struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table,
drivers/net/wireguard/allowedips.c
407
struct wg_peer *wg_allowedips_lookup_src(struct allowedips *table,
drivers/net/wireguard/allowedips.h
35
void wg_allowedips_init(struct allowedips *table);
drivers/net/wireguard/allowedips.h
36
void wg_allowedips_free(struct allowedips *table, struct mutex *mutex);
drivers/net/wireguard/allowedips.h
37
int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
drivers/net/wireguard/allowedips.h
39
int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip,
drivers/net/wireguard/allowedips.h
41
int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip,
drivers/net/wireguard/allowedips.h
43
int wg_allowedips_remove_v6(struct allowedips *table, const struct in6_addr *ip,
drivers/net/wireguard/allowedips.h
45
void wg_allowedips_remove_by_peer(struct allowedips *table,
drivers/net/wireguard/allowedips.h
51
struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table,
drivers/net/wireguard/allowedips.h
53
struct wg_peer *wg_allowedips_lookup_src(struct allowedips *table,
drivers/net/wireguard/device.h
50
struct allowedips peer_allowedips;
drivers/net/wireguard/selftest/allowedips.c
261
struct allowedips t;
drivers/net/wireguard/selftest/allowedips.c
501
struct allowedips t;