Searched refs:opt_val (Results 1 – 3 of 3) sorted by relevance
65 __be32 opt_val; in dccp_parse_options() local141 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()[all …]
469 __be32 opt_val; in ccid3_hc_tx_parse_options() local482 opt_val = ntohl(get_unaligned((__be32 *)optval)); in ccid3_hc_tx_parse_options()486 hc->tx_x_recv = opt_val; in ccid3_hc_tx_parse_options()490 dccp_role(sk), sk, opt_val); in ccid3_hc_tx_parse_options()493 hc->tx_p = tfrc_invert_loss_event_rate(opt_val); in ccid3_hc_tx_parse_options()496 dccp_role(sk), sk, opt_val); in ccid3_hc_tx_parse_options()
2345 tp->rx_opt.mss_clamp = opt.opt_val; in tcp_repair_options_est()2349 u16 snd_wscale = opt.opt_val & 0xFFFF; in tcp_repair_options_est()2350 u16 rcv_wscale = opt.opt_val >> 16; in tcp_repair_options_est()2361 if (opt.opt_val != 0) in tcp_repair_options_est()2369 if (opt.opt_val != 0) in tcp_repair_options_est()