Searched refs:tx_info_expected (Results 1 – 1 of 1) sorted by relevance
627 let tx_info_expected = HwsimMsg::decode_full(tx_info_expected_bytes).unwrap(); in build_tx_info_and_compare() localVariable629 assert_eq!(tx_info.hwsim_hdr(), tx_info_expected.hwsim_hdr()); in build_tx_info_and_compare()630 assert_eq!(tx_info.nl_hdr(), tx_info_expected.nl_hdr()); in build_tx_info_and_compare()634 HwsimAttrSet::parse(tx_info_expected.attributes()).context("HwsimAttrSet").unwrap(); in build_tx_info_and_compare()