Searched refs:TEST_OPTION_FLAGS (Results 1 – 2 of 2) sorted by relevance
64 len += !!TEST_OPTION_FLAGS(flags, i); in option_total_len()78 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_MAX_DELACK_MS)) in write_test_option()81 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND)) in write_test_option()121 if (TEST_OPTION_FLAGS(opt->flags, OPTION_MAX_DELACK_MS)) in parse_test_option()124 if (TEST_OPTION_FLAGS(opt->flags, OPTION_RAND)) in parse_test_option()425 init_stg.resend_syn = TEST_OPTION_FLAGS(active_estab_in.flags, in handle_active_estab()
25 #define TEST_OPTION_FLAGS(flags, option) (1 & ((flags) >> (option))) macro