Lines Matching defs:fwdb_rule
640 struct fwdb_rule {
686 struct fwdb_rule *rule = (void *)(data + (rule_ptr << 2));
692 if (rule->len < offsetofend(struct fwdb_rule, max_bw))
694 if (rule->len >= offsetofend(struct fwdb_rule, wmm_ptr)) {
846 const struct fwdb_rule *rule,
890 struct fwdb_rule *rule = (void *)((u8 *)db + rule_ptr);
892 if (rule->len < offsetofend(struct fwdb_rule, wmm_ptr))
949 struct fwdb_rule *rule = (void *)((u8 *)db + rule_ptr);
974 if (rule->len >= offsetofend(struct fwdb_rule, cac_timeout))
977 if (rule->len >= offsetofend(struct fwdb_rule, wmm_ptr))