Searched defs:ipa_ipfltri_rule_eq (Results 1 – 4 of 4) sorted by relevance
715 struct ipa_ipfltri_rule_eq { struct717 uint16_t rule_eq_bitmap;719 uint8_t tos_eq_present;721 uint8_t tos_eq;723 uint8_t protocol_eq_present;725 uint8_t protocol_eq;729 uint8_t num_ihl_offset_range_16;734 ihl_offset_range_16[IPA_IPFLTR_NUM_IHL_RANGE_16_EQNS];736 uint8_t num_offset_meq_32;739 offset_meq_32[IPA_IPFLTR_NUM_MEQ_32_EQNS];[all …]
404 struct ipa_ipfltri_rule_eq { struct405 uint16_t rule_eq_bitmap;406 uint8_t tos_eq_present;407 uint8_t tos_eq;408 uint8_t protocol_eq_present;409 uint8_t protocol_eq;410 uint8_t num_ihl_offset_range_16;411 struct ipa_ipfltr_range_eq_16 ihl_offset_range_16[IPA_IPFLTR_NUM_IHL_RANGE_16_EQNS];412 uint8_t num_offset_meq_32;436 struct ipa_ipfltri_rule_eq eq_attrib; argument