Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Doptions.c56 const unsigned char *opt_end = (unsigned char *)dh + in dccp_parse_options() local
69 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()
/linux/fs/
H A Dnamespace.c5119 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local
5135 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()