Searched refs:RTM_NEWADDRLABEL (Results 1 – 5 of 5) sorted by relevance
112 RTM_NEWADDRLABEL = 72, enumerator113 #define RTM_NEWADDRLABEL RTM_NEWADDRLABEL macro
55 return IN_SET(type, RTM_NEWADDRLABEL, RTM_DELADDRLABEL, RTM_GETADDRLABEL); in rtnl_message_type_is_addrlabel()
818 if (nlmsg_type == RTM_NEWADDRLABEL) in sd_rtnl_message_new_addrlabel()
1208 …[RTM_NEWADDRLABEL] = { .type = NETLINK_TYPE_NESTED, .type_system = &rtnl_addrlabel_type_system, …
107 r = sd_rtnl_message_new_addrlabel(link->manager->rtnl, &m, RTM_NEWADDRLABEL, in address_label_configure()