Lines Matching defs:extack
106 struct netlink_ext_ack *extack)
114 NL_SET_ERR_MSG_ATTR(extack, encap,
127 ret = ops->build_state(net, encap, family, cfg, lws, extack);
134 NL_SET_ERR_MSG_ATTR(extack, encap,
142 int lwtunnel_valid_encap_type(u16 encap_type, struct netlink_ext_ack *extack)
149 NL_SET_ERR_MSG(extack, "Unknown lwt encapsulation type");
173 NL_SET_ERR_MSG(extack, "lwt encapsulation type not supported");
180 struct netlink_ext_ack *extack)
196 NL_SET_ERR_MSG(extack, "Invalid RTA_ENCAP_TYPE");
202 extack) != 0)