Searched refs:opt_nr (Results 1 – 1 of 1) sorted by relevance
168 unsigned int opt_nr = 0; in __test_sock_restore() local189 opts[opt_nr].opt_code = TCPOPT_SACK_PERMITTED; in __test_sock_restore()190 opts[opt_nr].opt_val = 0; in __test_sock_restore()191 opt_nr++; in __test_sock_restore()194 opts[opt_nr].opt_code = TCPOPT_WINDOW; in __test_sock_restore()195 opts[opt_nr].opt_val = state->info.tcpi_snd_wscale + in __test_sock_restore()197 opt_nr++; in __test_sock_restore()200 opts[opt_nr].opt_code = TCPOPT_TIMESTAMP; in __test_sock_restore()201 opts[opt_nr].opt_val = 0; in __test_sock_restore()202 opt_nr++; in __test_sock_restore()[all …]