Searched refs:RTM_NEWACTION (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 86 RTM_NEWACTION = 48, enumerator 87 #define RTM_NEWACTION RTM_NEWACTION macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 86 RTM_NEWACTION = 48, enumerator 87 #define RTM_NEWACTION RTM_NEWACTION macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 82 RTM_NEWACTION = 48, enumerator 83 #define RTM_NEWACTION RTM_NEWACTION macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 69 RTM_NEWACTION = 48, enumerator 70 #define RTM_NEWACTION RTM_NEWACTION macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 82 RTM_NEWACTION = 48, enumerator 83 #define RTM_NEWACTION RTM_NEWACTION macro
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | nlmsgtab.c | 55 { RTM_NEWACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | nlmsgtab.c | 54 { RTM_NEWACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 1487 RTM_NEWACTION, 0, 0) <= 0) { in tcf_add_notify() 1558 case RTM_NEWACTION: in tc_ctl_action() 1697 rtnl_register(PF_UNSPEC, RTM_NEWACTION, tc_ctl_action, NULL, 0); in tc_action_init()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 1965 RTM_NEWACTION, 0, 0, extack) <= 0) { in tcf_add_notify() 2035 case RTM_NEWACTION: in tc_ctl_action() 2174 rtnl_register(PF_UNSPEC, RTM_NEWACTION, tc_ctl_action, NULL, 0); in tc_action_init()
|
Completed in 16 milliseconds