Searched refs:tc_ctl_action (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/net/sched/ |
D | act_api.c | 978 static int tc_ctl_action(struct sk_buff *skb, struct nlmsghdr *n, void *arg) in tc_ctl_action() function 1119 rtnl_register(PF_UNSPEC, RTM_NEWACTION, tc_ctl_action, NULL, NULL); in tc_action_init() 1120 rtnl_register(PF_UNSPEC, RTM_DELACTION, tc_ctl_action, NULL, NULL); in tc_action_init() 1121 rtnl_register(PF_UNSPEC, RTM_GETACTION, tc_ctl_action, tc_dump_action, in tc_action_init()
|