Searched refs:RTM_NEWRULE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 58 RTM_NEWRULE = 32, enumerator 59 #define RTM_NEWRULE RTM_NEWRULE macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 58 RTM_NEWRULE = 32, enumerator 59 #define RTM_NEWRULE RTM_NEWRULE macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 58 RTM_NEWRULE = 32, enumerator 59 #define RTM_NEWRULE RTM_NEWRULE macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 45 RTM_NEWRULE = 32, enumerator 46 #define RTM_NEWRULE RTM_NEWRULE macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 58 RTM_NEWRULE = 32, enumerator 59 #define RTM_NEWRULE RTM_NEWRULE macro
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | nlmsgtab.c | 43 { RTM_NEWRULE, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | nlmsgtab.c | 42 { RTM_NEWRULE, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-5.10/net/core/ |
H A D | fib_rules.c | 848 notify_rule_change(RTM_NEWRULE, rule, ops, nlh, NETLINK_CB(skb).portid); in fib_nl_newrule() 1081 cb->nlh->nlmsg_seq, RTM_NEWRULE, in dump_rules() 1275 rtnl_register(PF_UNSPEC, RTM_NEWRULE, fib_nl_newrule, NULL, 0); in fib_rules_init() 1292 rtnl_unregister(PF_UNSPEC, RTM_NEWRULE); in fib_rules_init()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | fib_rules.c | 869 notify_rule_change(RTM_NEWRULE, rule, ops, nlh, NETLINK_CB(skb).portid); in fib_nl_newrule() 1102 cb->nlh->nlmsg_seq, RTM_NEWRULE, in dump_rules() 1296 rtnl_register(PF_UNSPEC, RTM_NEWRULE, fib_nl_newrule, NULL, 0); in fib_rules_init() 1313 rtnl_unregister(PF_UNSPEC, RTM_NEWRULE); in fib_rules_init()
|
Completed in 13 milliseconds