Lines Matching refs:get_rel_seq
1398 static uint32_t get_rel_seq(struct tcphdr *th) in get_rel_seq() function
1435 zassert_true(get_rel_seq(th) == 1, in handle_data_fin1_test()
1437 __func__, __LINE__, get_rel_seq(th)); in handle_data_fin1_test()
1450 zassert_true(get_rel_seq(th) == 1, in handle_data_fin1_test()
1452 __func__, __LINE__, get_rel_seq(th)); in handle_data_fin1_test()
1568 zassert_true(get_rel_seq(th) == 1, in handle_data_during_fin1_test()
1570 __func__, __LINE__, get_rel_seq(th)); in handle_data_during_fin1_test()
1585 zassert_true(get_rel_seq(th) == 2, in handle_data_during_fin1_test()
1587 __func__, __LINE__, get_rel_seq(th)); in handle_data_during_fin1_test()
2483 zassert_equal(get_rel_seq(th), 1, "Unexpected SEQ number in T_FIN, got %d", in handle_client_fin_ack_with_data_test()
2484 get_rel_seq(th)); in handle_client_fin_ack_with_data_test()
2492 zassert_equal(get_rel_seq(th), 1, "Unexpected SEQ number in T_FIN_ACK, got %d", in handle_client_fin_ack_with_data_test()
2493 get_rel_seq(th)); in handle_client_fin_ack_with_data_test()
2504 zassert_equal(get_rel_seq(th), 1, "Unexpected SEQ number in T_CLOSING, got %d", in handle_client_fin_ack_with_data_test()
2505 get_rel_seq(th)); in handle_client_fin_ack_with_data_test()