Home
last modified time | relevance | path

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

/external/libnl/include/netlink-private/route/
Dtc-api.h99 extern int rtnl_tc_msg_parse(struct nlmsghdr *,
/external/libnl/lib/route/
Dcls.c367 if ((err = rtnl_tc_msg_parse(nlh, TC_CAST(cls))) < 0) in cls_msg_parser()
Dclass.c50 if ((err = rtnl_tc_msg_parse(nlh, TC_CAST(class))) < 0) in class_msg_parser()
Dqdisc.c40 if ((err = rtnl_tc_msg_parse(n, TC_CAST(qdisc))) < 0) in qdisc_msg_parser()
Dtc.c61 int rtnl_tc_msg_parse(struct nlmsghdr *n, struct rtnl_tc *tc) in rtnl_tc_msg_parse() function