Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h90 RTM_GETACTION, enumerator
91 #define RTM_GETACTION RTM_GETACTION macro
/linux-6.15/security/selinux/
H A Dnlmsgtab.c56 { RTM_GETACTION, NETLINK_ROUTE_SOCKET__NLMSG_READ },
/linux-6.15/net/sched/
H A Dact_api.c688 } else if (type == RTM_GETACTION) { in tcf_generic_walker()
2018 if (event == RTM_GETACTION) in tca_action_gd()
2113 if ((n->nlmsg_type != RTM_GETACTION) && in tc_ctl_action()
2145 case RTM_GETACTION: in tc_ctl_action()
2147 portid, RTM_GETACTION, extack); in tc_ctl_action()
2241 ret = __tcf_generic_walker(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
2269 {.msgtype = RTM_GETACTION, .doit = tc_ctl_action,