Searched refs:opt_end (Results 1 – 2 of 2) sorted by relevance
56 const unsigned char *opt_end = (unsigned char *)dh + in dccp_parse_options() local69 while (opt_ptr != opt_end) { in dccp_parse_options()76 if (opt_ptr == opt_end) in dccp_parse_options()90 if (opt_ptr > opt_end) in dccp_parse_options()
5119 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local5135 for (; src < buf_end; src = opt_end + 1) { in statmount_opt_process()5136 opt_end = strchrnul(src, ','); in statmount_opt_process()5137 *opt_end = '\0'; in statmount_opt_process()