Searched refs:opt_rx (Results 1 – 2 of 2) sorted by relevance
4467 struct tcp_options_received *opt_rx, in smc_parse_options() argument4476 opt_rx->smc_ok = 1; in smc_parse_options()4533 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument4541 opt_rx->saw_tstamp = 0; in tcp_parse_options()4542 opt_rx->accecn = 0; in tcp_parse_options()4543 opt_rx->saw_unknown = 0; in tcp_parse_options()4568 if (opt_rx->user_mss && in tcp_parse_options()4569 opt_rx->user_mss < in_mss) in tcp_parse_options()4570 in_mss = opt_rx->user_mss; in tcp_parse_options()4571 opt_rx->mss_clamp = in_mss; in tcp_parse_options()[all …]
516 struct tcp_options_received *opt_rx,