Searched refs:RTM_DELACTION (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/include/uapi/linux/ |
| D | rtnetlink.h | 88 RTM_DELACTION, enumerator 89 #define RTM_DELACTION RTM_DELACTION macro
|
| /Linux-v5.10/net/sched/ |
| D | act_api.c | 342 if (type == RTM_DELACTION) { in tcf_generic_walker() 1266 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION, in tca_action_flush() 1283 err = ops->walk(net, skb, &dcb, RTM_DELACTION, ops, extack); in tca_action_flush() 1351 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify() 1388 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd() 1512 case RTM_DELACTION: in tc_ctl_action() 1514 portid, RTM_DELACTION, extack); in tc_ctl_action() 1640 rtnl_register(PF_UNSPEC, RTM_DELACTION, tc_ctl_action, NULL, 0); in tc_action_init()
|
| /Linux-v5.10/security/selinux/ |
| D | nlmsgtab.c | 56 { RTM_DELACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|