WGDEVICE_A_LISTEN_PORT
[WGDEVICE_A_LISTEN_PORT] = { .type = NLA_U16, },
if (nla_put_u16(skb, WGDEVICE_A_LISTEN_PORT,
if (info->attrs[WGDEVICE_A_LISTEN_PORT] || info->attrs[WGDEVICE_A_FWMARK]) {
if (info->attrs[WGDEVICE_A_LISTEN_PORT]) {
nla_get_u16(info->attrs[WGDEVICE_A_LISTEN_PORT]));