Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dwireguard.h189 WGALLOWEDIP_A_FAMILY, enumerator
/openbmc/linux/drivers/net/wireguard/
H A Dnetlink.c47 [WGALLOWEDIP_A_FAMILY] = { .type = NLA_U16 },
85 nla_put_u16(skb, WGALLOWEDIP_A_FAMILY, family) || in get_allowedips()
335 if (!attrs[WGALLOWEDIP_A_FAMILY] || !attrs[WGALLOWEDIP_A_IPADDR] || in set_allowedip()
338 family = nla_get_u16(attrs[WGALLOWEDIP_A_FAMILY]); in set_allowedip()