/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 88 RTM_DELACTION, enumerator 89 #define RTM_DELACTION RTM_DELACTION macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 88 RTM_DELACTION, enumerator 89 #define RTM_DELACTION RTM_DELACTION macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 84 RTM_DELACTION, enumerator 85 #define RTM_DELACTION RTM_DELACTION macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 71 RTM_DELACTION, enumerator 72 #define RTM_DELACTION RTM_DELACTION macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 84 RTM_DELACTION, enumerator 85 #define RTM_DELACTION RTM_DELACTION macro
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 642 if (type == RTM_DELACTION) { in tcf_generic_walker() 1712 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION, in tca_action_flush() 1729 err = __tcf_generic_walker(net, skb, &dcb, RTM_DELACTION, ops, extack); in tca_action_flush() 1799 if (tca_get_fill(skb, actions, 0, 0, 0, RTM_DELACTION, 0, 1, NULL) <= 0) { in tcf_reoffload_del_notify() 1885 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify() 1920 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd() 2047 case RTM_DELACTION: in tc_ctl_action() 2049 portid, RTM_DELACTION, extack); in tc_ctl_action() 2175 rtnl_register(PF_UNSPEC, RTM_DELACTION, tc_ctl_action, NULL, 0); in tc_action_init()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 360 if (type == RTM_DELACTION) { in tcf_generic_walker() 1319 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION, in tca_action_flush() 1336 err = ops->walk(net, skb, &dcb, RTM_DELACTION, ops, extack); in tca_action_flush() 1404 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify() 1441 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd() 1570 case RTM_DELACTION: in tc_ctl_action() 1572 portid, RTM_DELACTION, extack); in tc_ctl_action() 1698 rtnl_register(PF_UNSPEC, RTM_DELACTION, tc_ctl_action, NULL, 0); in tc_action_init()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | nlmsgtab.c | 56 { RTM_DELACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | nlmsgtab.c | 55 { RTM_DELACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|