Lines Matching refs:extack
68 struct netlink_ext_ack *extack) in nsim_fib_set_max() argument
95 NL_SET_ERR_MSG_MOD(extack, "New size is less than current occupancy"); in nsim_fib_set_max()
105 struct netlink_ext_ack *extack) in nsim_fib_rule_account() argument
114 NL_SET_ERR_MSG_MOD(extack, "Exceeded number of supported fib rule entries"); in nsim_fib_rule_account()
126 struct netlink_ext_ack *extack = info->extack; in nsim_fib_rule_event() local
131 err = nsim_fib_rule_account(&data->ipv4.rules, add, extack); in nsim_fib_rule_event()
134 err = nsim_fib_rule_account(&data->ipv6.rules, add, extack); in nsim_fib_rule_event()
142 struct netlink_ext_ack *extack) in nsim_fib_account() argument
151 NL_SET_ERR_MSG_MOD(extack, "Exceeded number of supported fib entries"); in nsim_fib_account()
163 struct netlink_ext_ack *extack = info->extack; in nsim_fib_event() local
168 err = nsim_fib_account(&data->ipv4.fib, add, extack); in nsim_fib_event()
171 err = nsim_fib_account(&data->ipv6.fib, add, extack); in nsim_fib_event()