Searched defs:ipa_ipfltri_rule_eq (Results 1 – 2 of 2) sorted by relevance
568 struct ipa_ipfltri_rule_eq { struct570 uint16_t rule_eq_bitmap;572 uint8_t tos_eq_present;574 uint8_t tos_eq;576 uint8_t protocol_eq_present;578 uint8_t protocol_eq;581 uint8_t num_ihl_offset_range_16;585 ihl_offset_range_16[IPA_IPFLTR_NUM_IHL_RANGE_16_EQNS];587 uint8_t num_offset_meq_32;590 offset_meq_32[IPA_IPFLTR_NUM_MEQ_32_EQNS];[all …]
426 struct ipa_ipfltri_rule_eq { struct427 uint16_t rule_eq_bitmap;429 uint8_t tos_eq_present;430 uint8_t tos_eq;431 uint8_t protocol_eq_present;432 uint8_t protocol_eq;434 uint8_t num_ihl_offset_range_16;435 struct ipa_ipfltr_range_eq_16 ihl_offset_range_16[IPA_IPFLTR_NUM_IHL_RANGE_16_EQNS];436 uint8_t num_offset_meq_32;437 struct ipa_ipfltr_mask_eq_32 offset_meq_32[IPA_IPFLTR_NUM_MEQ_32_EQNS];[all …]