Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Drtnetlink.h90 RTM_GETACTION, enumerator
91 #define RTM_GETACTION RTM_GETACTION macro
/linux-6.1.9/net/sched/
Dact_api.c648 } else if (type == RTM_GETACTION) { in tcf_generic_walker()
1942 if (event == RTM_GETACTION) in tca_action_gd()
2021 if ((n->nlmsg_type != RTM_GETACTION) && in tc_ctl_action()
2053 case RTM_GETACTION: in tc_ctl_action()
2055 portid, RTM_GETACTION, extack); in tc_ctl_action()
2149 ret = __tcf_generic_walker(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
2178 rtnl_register(PF_UNSPEC, RTM_GETACTION, tc_ctl_action, tc_dump_action, in tc_action_init()
/linux-6.1.9/security/selinux/
Dnlmsgtab.c56 { RTM_GETACTION, NETLINK_ROUTE_SOCKET__NLMSG_READ },