Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/
H A Dnamespace.c5539 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local
5555 for (; src < buf_end; src = opt_end + 1) { in statmount_opt_process()
5556 opt_end = strchrnul(src, ','); in statmount_opt_process()
5557 *opt_end = '\0'; in statmount_opt_process()