Searched refs:ret_space (Results 1 – 1 of 1) sorted by relevance
229 int ret_space, ret_len; in timod_optmgmt() local242 ret_space = BUF_SIZE; in timod_optmgmt()252 if (ret_space < sizeof(struct opthdr)) { in timod_optmgmt()268 if (ret_space < opt->len + sizeof(struct opthdr) || in timod_optmgmt()290 opt->len = ret_space - sizeof(struct opthdr); in timod_optmgmt()309 ret_space -= sizeof(struct opthdr) + opt->len; in timod_optmgmt()