Home
last modified time | relevance | path

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

/external/iproute2/include/
Dlibnetlink.h62 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req,
/external/iproute2/tc/
Dtc_qdisc.c359 } else if (rtnl_dump_request(&rth, RTM_GETQDISC, &t, sizeof(t)) < 0) { in tc_qdisc_list()
Dtc_class.c451 if (rtnl_dump_request(&rth, RTM_GETTCLASS, &t, sizeof(t)) < 0) { in tc_class_list()
Dm_action.c645 if (rtnl_dump_request(&rth, event, (void *)&req.t, msg_size) < 0) { in tc_act_list_or_flush()
/external/iproute2/bridge/
Dfdb.c377 if (rtnl_dump_request(&rth, RTM_GETNEIGH, &req.ifm, msg_size) < 0) { in fdb_show()
/external/iproute2/lib/
Dlibnetlink.c315 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) in rtnl_dump_request() function