Lines Matching refs:extack
368 struct netlink_ext_ack *extack) in flow_action_mixed_hw_stats_check() argument
379 NL_SET_ERR_MSG_MOD(extack, "Mixing HW stats types for actions is not supported"); in flow_action_mixed_hw_stats_check()
396 struct netlink_ext_ack *extack, in __flow_action_hw_stats_check() argument
404 if (!flow_action_mixed_hw_stats_check(action, extack)) in __flow_action_hw_stats_check()
414 NL_SET_ERR_MSG_MOD(extack, "Driver supports only default HW stats type \"any\""); in __flow_action_hw_stats_check()
418 NL_SET_ERR_MSG_MOD(extack, "Driver does not support selected HW stats type"); in __flow_action_hw_stats_check()
426 struct netlink_ext_ack *extack, in flow_action_hw_stats_check() argument
429 return __flow_action_hw_stats_check(action, extack, true, allow_bit); in flow_action_hw_stats_check()
434 struct netlink_ext_ack *extack) in flow_action_basic_hw_stats_check() argument
436 return __flow_action_hw_stats_check(action, extack, false, 0); in flow_action_basic_hw_stats_check()
462 struct netlink_ext_ack *extack) in flow_rule_is_supp_control_flags() argument
467 NL_SET_ERR_MSG_FMT_MOD(extack, in flow_rule_is_supp_control_flags()
484 struct netlink_ext_ack *extack) in flow_rule_is_supp_enc_control_flags() argument
489 NL_SET_ERR_MSG_FMT_MOD(extack, in flow_rule_is_supp_enc_control_flags()
504 struct netlink_ext_ack *extack) in flow_rule_has_control_flags() argument
506 return !flow_rule_is_supp_control_flags(0, ctrl_flags, extack); in flow_rule_has_control_flags()
517 struct netlink_ext_ack *extack) in flow_rule_has_enc_control_flags() argument
519 return !flow_rule_is_supp_enc_control_flags(0, enc_ctrl_flags, extack); in flow_rule_has_enc_control_flags()
530 struct netlink_ext_ack *extack) in flow_rule_match_has_control_flags() argument
539 return flow_rule_has_control_flags(match.mask->flags, extack); in flow_rule_match_has_control_flags()
597 struct netlink_ext_ack *extack; member
689 struct netlink_ext_ack *extack; member
709 struct netlink_ext_ack *extack; /* NULL in FLOW_ACT_STATS process*/ member