Home
last modified time | relevance | path

Searched refs:WGALLOWEDIP_A_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dwireguard.h194 #define WGALLOWEDIP_A_MAX (__WGALLOWEDIP_A_LAST - 1) macro
/openbmc/linux/drivers/net/wireguard/
H A Dnetlink.c46 static const struct nla_policy allowedip_policy[WGALLOWEDIP_A_MAX + 1] = {
455 struct nlattr *attr, *allowedip[WGALLOWEDIP_A_MAX + 1]; in set_peer()
459 ret = nla_parse_nested(allowedip, WGALLOWEDIP_A_MAX, in set_peer()