Lines Matching refs:opt_val
65 __be32 opt_val; in dccp_parse_options() local
141 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
142 if (unlikely(opt_val == 0)) { in dccp_parse_options()
148 dreq->dreq_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
152 dp->dccps_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
156 dccp_role(sk), ntohl(opt_val), in dccp_parse_options()
166 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
167 opt_recv->dccpor_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
187 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
188 elapsed_time = ntohl(opt_val); in dccp_parse_options()
205 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
206 elapsed_time = ntohl(opt_val); in dccp_parse_options()