Lines Matching refs:opt_val
62 __be32 opt_val; in dccp_parse_options() local
138 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
139 if (unlikely(opt_val == 0)) { in dccp_parse_options()
145 dreq->dreq_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
149 dp->dccps_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
153 dccp_role(sk), ntohl(opt_val), in dccp_parse_options()
163 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
164 opt_recv->dccpor_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
184 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
185 elapsed_time = ntohl(opt_val); in dccp_parse_options()
202 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
203 elapsed_time = ntohl(opt_val); in dccp_parse_options()