Home
last modified time | relevance | path

Searched refs:opt_val (Results 1 – 5 of 5) sorted by relevance

/linux/net/dccp/
H A Doptions.c
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c190 opts[opt_nr].opt_val = 0; in __test_sock_restore()
195 opts[opt_nr].opt_val = state->info.tcpi_snd_wscale + in __test_sock_restore()
201 opts[opt_nr].opt_val = 0; in __test_sock_restore()
205 opts[opt_nr].opt_val = state->mss; in __test_sock_restore()
/linux/net/dccp/ccids/
H A Dccid3.c
/linux/tools/include/uapi/linux/
H A Dtcp.h139 __u32 opt_val; member
/linux/net/ipv4/
H A Dtcp.c3548 tp->rx_opt.mss_clamp = opt.opt_val; in tcp_repair_options_est()
3553 u16 snd_wscale = opt.opt_val & 0xFFFF; in tcp_repair_options_est()
3554 u16 rcv_wscale = opt.opt_val >> 16; in tcp_repair_options_est()
3565 if (opt.opt_val != 0) in tcp_repair_options_est()
3571 if (opt.opt_val != 0) in tcp_repair_options_est()