Searched refs:wg_allowedips_insert_v4 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | allowedips.h | 37 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
|
H A D | allowedips.c | 281 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v4() function
|
H A D | netlink.c | 343 ret = wg_allowedips_insert_v4( in set_allowedip()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | allowedips.h | 37 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip,
|
H A D | allowedips.c | 281 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v4() function
|
H A D | netlink.c | 343 ret = wg_allowedips_insert_v4( in set_allowedip()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 290 if (wg_allowedips_insert_v4(&t, (struct in_addr *)ip, cidr, in randomized_test() 316 if (wg_allowedips_insert_v4(&t, in randomized_test()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 290 if (wg_allowedips_insert_v4(&t, (struct in_addr *)ip, cidr, in randomized_test() 316 if (wg_allowedips_insert_v4(&t, in randomized_test()
|
Completed in 6 milliseconds