Searched refs:cf_mask (Results 1 – 2 of 2) sorted by relevance
53 f->cf_mask |= FW_ATTR_CLASSID; in fw_msg_parser()60 f->cf_mask |= FW_ATTR_ACTION; in fw_msg_parser()67 f->cf_mask |= FW_ATTR_POLICE; in fw_msg_parser()72 f->cf_mask |= FW_ATTR_INDEV; in fw_msg_parser()105 if (f->cf_mask & FW_ATTR_CLASSID) in fw_dump_line()114 if (f->cf_mask & FW_ATTR_INDEV) in fw_dump_details()122 if (f->cf_mask & FW_ATTR_CLASSID) in fw_get_opts()125 if (f->cf_mask & FW_ATTR_ACTION) in fw_get_opts()128 if (f->cf_mask & FW_ATTR_POLICE) in fw_get_opts()131 if (f->cf_mask & FW_ATTR_INDEV) in fw_get_opts()[all …]
511 int cf_mask; member