Home
last modified time | relevance | path

Searched refs:RTM_NEWRULE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h58 RTM_NEWRULE = 32, enumerator
59 #define RTM_NEWRULE RTM_NEWRULE macro
/linux-6.15/security/selinux/
H A Dnlmsgtab.c42 { RTM_NEWRULE, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux-6.15/net/core/
H A Dfib_rules.c979 notify_rule_change(RTM_NEWRULE, rule, ops, nlh, NETLINK_CB(skb).portid); in fib_newrule()
1244 cb->nlh->nlmsg_seq, RTM_NEWRULE, in dump_rules()
1445 {.msgtype = RTM_NEWRULE, .doit = fib_nl_newrule,