Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Drtnetlink.h90 RTM_GETACTION, enumerator
91 #define RTM_GETACTION RTM_GETACTION macro
/linux/net/sched/
H A Dact_api.c683 } else if (type == RTM_GETACTION) { in tcf_generic_walker()
2038 if (event == RTM_GETACTION) in tca_action_gd()
2133 if ((n->nlmsg_type != RTM_GETACTION) && in tc_ctl_action()
2165 case RTM_GETACTION: in tc_ctl_action()
2167 portid, RTM_GETACTION, extack); in tc_ctl_action()
2261 ret = __tcf_generic_walker(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
2289 {.msgtype = RTM_GETACTION, .doit = tc_ctl_action,