Searched refs:rtnl_tc_msg_parse (Results 1 – 6 of 6) sorted by relevance
99 extern int rtnl_tc_msg_parse(struct nlmsghdr *,
387 if ((err = rtnl_tc_msg_parse(nlh, TC_CAST(cls))) < 0) in cls_msg_parser()
51 if ((err = rtnl_tc_msg_parse(nlh, TC_CAST(class))) < 0) in class_msg_parser()
41 if ((err = rtnl_tc_msg_parse(n, TC_CAST(qdisc))) < 0) in qdisc_msg_parser()
65 int rtnl_tc_msg_parse(struct nlmsghdr *n, struct rtnl_tc *tc) in rtnl_tc_msg_parse() function
26 rtnl_tc_msg_parse;