Searched refs:NL_SET_ERR_MSG (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/ |
D | netlink.h | 87 #define NL_SET_ERR_MSG(extack, msg) do { \ macro 96 NL_SET_ERR_MSG((extack), KBUILD_MODNAME ": " msg)
|
/linux-4.19.296/include/net/ |
D | pkt_cls.h | 583 NL_SET_ERR_MSG(extack, "Interface name too long"); in tcf_change_indev() 671 NL_SET_ERR_MSG(extack, "TC offload is disabled on net device"); in tc_can_offload_extack() 683 NL_SET_ERR_MSG(common->extack, in tc_cls_can_offload_and_chain0()
|
D | lwtunnel.h | 201 NL_SET_ERR_MSG(extack, "CONFIG_LWTUNNEL is not enabled in this kernel"); in lwtunnel_valid_encap_type()
|
D | genetlink.h | 104 #define GENL_SET_ERR_MSG(info, msg) NL_SET_ERR_MSG((info)->extack, msg)
|
/linux-4.19.296/lib/ |
D | kobject_uevent.c | 696 NL_SET_ERR_MSG(extack, "uevent message too big"); in uevent_net_broadcast() 739 NL_SET_ERR_MSG(extack, "missing CAP_SYS_ADMIN capability"); in uevent_net_rcv_skb()
|