Searched refs:expected_length (Results 1 – 5 of 5) sorted by relevance
208 unsigned int expected_length = sizeof(struct ebt_among_info); in ebt_among_mt_check() local212 if (expected_length > em->match_size) in ebt_among_mt_check()223 expected_length += ebt_mac_wormhash_size(wh_dst); in ebt_among_mt_check()224 if (expected_length > em->match_size) in ebt_among_mt_check()239 expected_length += ebt_mac_wormhash_size(wh_src); in ebt_among_mt_check()241 if (em->match_size != EBT_ALIGN(expected_length)) { in ebt_among_mt_check()243 em->match_size, expected_length, in ebt_among_mt_check()244 EBT_ALIGN(expected_length)); in ebt_among_mt_check()
14 int expected_length; member109 if (insn.length != dat->expected_length) { in test_data_item()111 insn.length, dat->expected_length, dat->asm_rep); in test_data_item()151 for (dat = dat_set; dat->expected_length; dat++) { in test_data_set()
67 u16 expected_length; member215 if (!frame->expected_length) { in pms7003_receive_buf()228 frame->expected_length = num; in pms7003_receive_buf()235 num = min(size, (size_t)(frame->expected_length - frame->length)); in pms7003_receive_buf()239 if (frame->length == frame->expected_length) { in pms7003_receive_buf()243 frame->expected_length = 0; in pms7003_receive_buf()
365 u32 expected_length; in sierra_net_parse_lsi() local391 expected_length = SIERRA_NET_LSI_UMTS_STATUS_LEN; in sierra_net_parse_lsi()393 expected_length = SIERRA_NET_LSI_UMTS_DS_STATUS_LEN; in sierra_net_parse_lsi()400 if (be16_to_cpu(lsi->length) != expected_length) { in sierra_net_parse_lsi()402 __func__, be16_to_cpu(lsi->length), expected_length); in sierra_net_parse_lsi()
590 u32 desc_count, expected_length, revision; in program_type3_hpx_record() local599 expected_length = 3 + desc_count * 14; in program_type3_hpx_record()601 if (record->package.count != expected_length) in program_type3_hpx_record()604 for (i = 2; i < expected_length; i++) in program_type3_hpx_record()