Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtnetlink.h58 RTM_NEWRULE = 32, enumerator
59 #define RTM_NEWRULE RTM_NEWRULE macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtnetlink.h58 RTM_NEWRULE = 32, enumerator
59 #define RTM_NEWRULE RTM_NEWRULE macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h58 RTM_NEWRULE = 32, enumerator
59 #define RTM_NEWRULE RTM_NEWRULE macro
/OK3568_Linux_fs/kernel/net/core/
H A Dfib_rules.c848 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()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dnlmsgtab.c43 { RTM_NEWRULE, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },