Searched refs:opt_val (Results 1 – 3 of 3) sorted by relevance
62 __be32 opt_val; in dccp_parse_options() local138 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()[all …]
461 __be32 opt_val; in ccid3_hc_tx_parse_options() local474 opt_val = ntohl(get_unaligned((__be32 *)optval)); in ccid3_hc_tx_parse_options()478 hc->tx_x_recv = opt_val; in ccid3_hc_tx_parse_options()482 dccp_role(sk), sk, opt_val); in ccid3_hc_tx_parse_options()485 hc->tx_p = tfrc_invert_loss_event_rate(opt_val); in ccid3_hc_tx_parse_options()488 dccp_role(sk), sk, opt_val); in ccid3_hc_tx_parse_options()
3270 tp->rx_opt.mss_clamp = opt.opt_val; in tcp_repair_options_est()3275 u16 snd_wscale = opt.opt_val & 0xFFFF; in tcp_repair_options_est()3276 u16 rcv_wscale = opt.opt_val >> 16; in tcp_repair_options_est()3287 if (opt.opt_val != 0) in tcp_repair_options_est()3293 if (opt.opt_val != 0) in tcp_repair_options_est()