Lines Matching refs:extack

22 			__be16 proto, struct netlink_ext_ack *extack)  in nfp_abm_u32_check_knode()  argument
28 NL_SET_ERR_MSG_MOD(extack, "action offload not supported"); in nfp_abm_u32_check_knode()
32 NL_SET_ERR_MSG_MOD(extack, "linking not supported"); in nfp_abm_u32_check_knode()
36 NL_SET_ERR_MSG_MOD(extack, in nfp_abm_u32_check_knode()
42 NL_SET_ERR_MSG_MOD(extack, "variable offsetting not supported"); in nfp_abm_u32_check_knode()
46 NL_SET_ERR_MSG_MOD(extack, "hashing not supported"); in nfp_abm_u32_check_knode()
50 NL_SET_ERR_MSG_MOD(extack, "matching on mark not supported"); in nfp_abm_u32_check_knode()
54 NL_SET_ERR_MSG_MOD(extack, "setting non-0 class not supported"); in nfp_abm_u32_check_knode()
58 NL_SET_ERR_MSG_MOD(extack, in nfp_abm_u32_check_knode()
63 NL_SET_ERR_MSG_MOD(extack, "exactly one key required"); in nfp_abm_u32_check_knode()
75 NL_SET_ERR_MSG_MOD(extack, "only IP and IPv6 supported as filter protocol"); in nfp_abm_u32_check_knode()
81 NL_SET_ERR_MSG_MOD(extack, "offset mask - variable offsetting not supported"); in nfp_abm_u32_check_knode()
85 NL_SET_ERR_MSG_MOD(extack, "only DSCP fields can be matched"); in nfp_abm_u32_check_knode()
89 NL_SET_ERR_MSG_MOD(extack, "mask does not cover the key"); in nfp_abm_u32_check_knode()
93 NL_SET_ERR_MSG_MOD(extack, "only high DSCP class selector bits can be used"); in nfp_abm_u32_check_knode()
172 __be16 proto, struct netlink_ext_ack *extack) in nfp_abm_u32_knode_replace() argument
179 if (!nfp_abm_u32_check_knode(alink->abm, knode, proto, extack)) in nfp_abm_u32_knode_replace()
200 NL_SET_ERR_MSG_MOD(extack, "conflict with already offloaded filter"); in nfp_abm_u32_knode_replace()
237 NL_SET_ERR_MSG_MOD(cls_u32->common.extack, in nfp_abm_setup_tc_block_cb()
246 NL_SET_ERR_MSG_MOD(cls_u32->common.extack, in nfp_abm_setup_tc_block_cb()
256 cls_u32->common.extack); in nfp_abm_setup_tc_block_cb()