Searched refs:RTM_GETACTION (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | rtnetlink.h | 89 RTM_GETACTION, enumerator 90 #define RTM_GETACTION RTM_GETACTION macro
|
/linux-4.1.27/net/sched/ |
D | act_api.c | 163 } else if (type == RTM_GETACTION) { in tcf_generic_walker() 891 if (event == RTM_GETACTION) in tca_action_gd() 955 if ((n->nlmsg_type != RTM_GETACTION) && !netlink_capable(skb, CAP_NET_ADMIN)) in tc_ctl_action() 987 case RTM_GETACTION: in tc_ctl_action() 989 portid, RTM_GETACTION); in tc_ctl_action() 1063 ret = a_o->walk(skb, cb, RTM_GETACTION, &a); in tc_dump_action() 1089 rtnl_register(PF_UNSPEC, RTM_GETACTION, tc_ctl_action, tc_dump_action, in tc_action_init()
|
/linux-4.1.27/security/selinux/ |
D | nlmsgtab.c | 60 { RTM_GETACTION, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|