Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h88 RTM_DELACTION, enumerator
89 #define RTM_DELACTION RTM_DELACTION macro
/linux-6.15/net/sched/
H A Dact_api.c686 if (type == RTM_DELACTION) { in tcf_generic_walker()
1759 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION, in tca_action_flush()
1776 err = __tcf_generic_walker(net, skb, &dcb, RTM_DELACTION, ops, extack); in tca_action_flush()
1843 if (tca_get_fill(skb, actions, 0, 0, 0, RTM_DELACTION, 0, 1, NULL) <= 0) { in tcf_reoffload_del_notify_msg()
1945 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, in tcf_del_notify_msg()
1998 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd()
2141 case RTM_DELACTION: in tc_ctl_action()
2143 portid, RTM_DELACTION, extack); in tc_ctl_action()
2268 {.msgtype = RTM_DELACTION, .doit = tc_ctl_action},
/linux-6.15/security/selinux/
H A Dnlmsgtab.c55 { RTM_DELACTION, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },