Home
last modified time | relevance | path

Searched defs:allowedips (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireguard/
H A Dallowedips.h29 struct allowedips { struct
30 struct allowedips_node __rcu *root4; argument
31 struct allowedips_node __rcu *root6; argument
35 void wg_allowedips_init(struct allowedips *table); argument