Searched refs:opt_rx (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | mptcp.h | 160 struct tcp_options_received *opt_rx) in mptcp_parse_option() argument
|
D | tcp.h | 406 struct tcp_options_received *opt_rx,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | tcp_nip_input.c | 862 void tcp_nip_parse_mss(struct tcp_options_received *opt_rx, in tcp_nip_parse_mss() argument 874 if (opt_rx->user_mss && in tcp_nip_parse_mss() 875 opt_rx->user_mss < in_mss) in tcp_nip_parse_mss() 876 in_mss = opt_rx->user_mss; in tcp_nip_parse_mss() 877 opt_rx->mss_clamp = in_mss; in tcp_nip_parse_mss() 892 struct tcp_options_received *opt_rx, int estab, in tcp_nip_parse_options() argument 902 opt_rx->saw_tstamp = 0; in tcp_nip_parse_options() 922 tcp_nip_parse_mss(opt_rx, th, ptr, opsize, estab); in tcp_nip_parse_options()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_input.c | 3938 struct tcp_options_received *opt_rx, in smc_parse_options() argument 3947 opt_rx->smc_ok = 1; in smc_parse_options() 4004 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument 4012 opt_rx->saw_tstamp = 0; in tcp_parse_options() 4013 opt_rx->saw_unknown = 0; in tcp_parse_options() 4038 if (opt_rx->user_mss && in tcp_parse_options() 4039 opt_rx->user_mss < in_mss) in tcp_parse_options() 4040 in_mss = opt_rx->user_mss; in tcp_parse_options() 4041 opt_rx->mss_clamp = in_mss; in tcp_parse_options() 4049 opt_rx->wscale_ok = 1; in tcp_parse_options() [all …]
|