Home
last modified time | relevance | path

Searched refs:RTM_DELACTION (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/sched/
Dact_api.c161 if (type == RTM_DELACTION) { in tcf_generic_walker()
792 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION, sizeof(*t), 0); in tca_action_flush()
804 err = a.ops->walk(skb, &dcb, RTM_DELACTION, &a); in tca_action_flush()
841 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify()
874 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd()
983 case RTM_DELACTION: in tc_ctl_action()
985 portid, RTM_DELACTION); in tc_ctl_action()
1088 rtnl_register(PF_UNSPEC, RTM_DELACTION, tc_ctl_action, NULL, NULL); in tc_action_init()
Dact_police.c83 if (type == RTM_DELACTION) in tcf_act_police_walker()
/linux-4.1.27/include/uapi/linux/
Drtnetlink.h87 RTM_DELACTION, enumerator
88 #define RTM_DELACTION RTM_DELACTION macro
/linux-4.1.27/security/selinux/
Dnlmsgtab.c59 { RTM_DELACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },