Searched defs:flow_cls_offload (Results 1 – 1 of 1) sorted by relevance
694 struct flow_cls_offload { struct695 struct flow_cls_common_offload common;696 enum flow_cls_command command;697 bool use_act_stats;698 unsigned long cookie;699 struct flow_rule *rule;723 flow_cls_offload_flow_rule(const struct flow_cls_offload *flow_cmd) in flow_cls_offload_flow_rule() argument