Searched refs:rtnl_tc_msg_parse (Results 1 – 5 of 5) sorted by relevance
99 extern int rtnl_tc_msg_parse(struct nlmsghdr *,
367 if ((err = rtnl_tc_msg_parse(nlh, TC_CAST(cls))) < 0) in cls_msg_parser()
50 if ((err = rtnl_tc_msg_parse(nlh, TC_CAST(class))) < 0) in class_msg_parser()
40 if ((err = rtnl_tc_msg_parse(n, TC_CAST(qdisc))) < 0) in qdisc_msg_parser()
61 int rtnl_tc_msg_parse(struct nlmsghdr *n, struct rtnl_tc *tc) in rtnl_tc_msg_parse() function