Searched defs:flow_cls_offload (Results 1 – 1 of 1) sorted by relevance
691 struct flow_cls_offload { struct692 struct flow_cls_common_offload common;693 enum flow_cls_command command;694 bool use_act_stats;695 unsigned long cookie;696 struct flow_rule *rule;720 flow_cls_offload_flow_rule(struct flow_cls_offload *flow_cmd) in flow_cls_offload_flow_rule() argument