Searched refs:RTM_NEWRULE (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/core/ |
D | fib_rules.c | 403 notify_rule_change(RTM_NEWRULE, rule, ops, nlh, NETLINK_CB(skb).pid); in fib_nl_newrule() 604 cb->nlh->nlmsg_seq, RTM_NEWRULE, in dump_rules() 755 rtnl_register(PF_UNSPEC, RTM_NEWRULE, fib_nl_newrule, NULL, NULL); in fib_rules_init() 772 rtnl_unregister(PF_UNSPEC, RTM_NEWRULE); in fib_rules_init()
|
D | rtnetlink.c | 521 [RTM_FAM(RTM_NEWRULE)] = NLMSG_LENGTH(sizeof(struct fib_rule_hdr)), 535 [RTM_FAM(RTM_NEWRULE)] = FRA_MAX,
|
/linux-3.4.99/include/linux/ |
D | rtnetlink.h | 57 RTM_NEWRULE = 32, enumerator 58 #define RTM_NEWRULE RTM_NEWRULE macro
|
/linux-3.4.99/security/selinux/ |
D | nlmsgtab.c | 46 { RTM_NEWRULE, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|