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; member113 if (insn.length != dat->expected_length) { in test_data_item()115 insn.length, dat->expected_length, dat->asm_rep); in test_data_item()155 for (dat = dat_set; dat->expected_length; dat++) { in test_data_set()
67 u16 expected_length; member222 if (!frame->expected_length) { in pms7003_receive_buf()235 frame->expected_length = num; in pms7003_receive_buf()242 num = min(size, (size_t)(frame->expected_length - frame->length)); in pms7003_receive_buf()246 if (frame->length == frame->expected_length) { in pms7003_receive_buf()250 frame->expected_length = 0; in pms7003_receive_buf()
102 const int expected_length = 148; in SEC() local104 if (hctx->size != expected_length) in SEC()
358 u32 expected_length; in sierra_net_parse_lsi() local384 expected_length = SIERRA_NET_LSI_UMTS_STATUS_LEN; in sierra_net_parse_lsi()386 expected_length = SIERRA_NET_LSI_UMTS_DS_STATUS_LEN; in sierra_net_parse_lsi()393 if (be16_to_cpu(lsi->length) != expected_length) { in sierra_net_parse_lsi()395 __func__, be16_to_cpu(lsi->length), expected_length); in sierra_net_parse_lsi()