Searched refs:RTM_DELACTION (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_api.c | 169 if (type == RTM_DELACTION) { in tcf_generic_walker() 810 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION, sizeof(*t), 0); in tca_action_flush() 822 err = a.ops->walk(skb, &dcb, RTM_DELACTION, &a); in tca_action_flush() 859 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify() 892 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd() 1001 case RTM_DELACTION: in tc_ctl_action() 1003 portid, RTM_DELACTION); in tc_ctl_action() 1106 rtnl_register(PF_UNSPEC, RTM_DELACTION, tc_ctl_action, NULL, NULL); in tc_action_init()
|
D | act_police.c | 83 if (type == RTM_DELACTION) in tcf_act_police_walker()
|
/linux-4.4.14/include/uapi/linux/ |
D | rtnetlink.h | 87 RTM_DELACTION, enumerator 88 #define RTM_DELACTION RTM_DELACTION macro
|
/linux-4.4.14/security/selinux/ |
D | nlmsgtab.c | 59 { RTM_DELACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|