Searched refs:RTM_NEWRULE (Results 1 – 3 of 3) sorted by relevance
58 RTM_NEWRULE = 32, enumerator59 #define RTM_NEWRULE RTM_NEWRULE macro
531 return build_rule_msg(tmpl, RTM_NEWRULE, NLM_F_CREATE | flags, in rtnl_rule_build_add_request()976 { RTM_NEWRULE, NL_ACT_NEW, "new" },
2186 int8_t idx, tflag = 0, opt = (*argv[-1] == 'a') ? RTM_NEWRULE : RTM_DELRULE; in ruleupdate()2321 if (!tflag && opt == RTM_NEWRULE) request.msg.rtm_table = RT_TABLE_MAIN; in ruleupdate()2336 if (mhdr->nlmsg_type != RTM_NEWRULE) return 0; in show_rules()