Searched defs:tc_get_qdisc (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dsch_api.c975 static int tc_get_qdisc(struct sk_buff *skb, struct nlmsghdr *n) function
1822 rtnl_register(PF_UNSPEC, RTM_DELQDISC, tc_get_qdisc, NULL, NULL);
1823 rtnl_register(PF_UNSPEC, RTM_GETQDISC, tc_get_qdisc, tc_dump_qdisc, NULL);

Completed in 7 milliseconds