Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dact_api.c2010 static int tc_ctl_action(struct sk_buff *skb, struct nlmsghdr *n, in tc_ctl_action() function
2174 rtnl_register(PF_UNSPEC, RTM_NEWACTION, tc_ctl_action, NULL, 0); in tc_action_init()
2175 rtnl_register(PF_UNSPEC, RTM_DELACTION, tc_ctl_action, NULL, 0); in tc_action_init()
2176 rtnl_register(PF_UNSPEC, RTM_GETACTION, tc_ctl_action, tc_dump_action, in tc_action_init()