Home
last modified time | relevance | path

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

/external/iproute2/include/
Dlibnetlink.h27 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len);
/external/iproute2/tc/
Dtc_qdisc.c321 if (rtnl_dump_request(&rth, RTM_GETQDISC, &t, sizeof(t)) < 0) { in tc_qdisc_list()
Dtc_class.c296 if (rtnl_dump_request(&rth, RTM_GETTCLASS, &t, sizeof(t)) < 0) { in tc_class_list()
Dtc_filter.c339 if (rtnl_dump_request(&rth, RTM_GETTFILTER, &t, sizeof(t)) < 0) { in tc_filter_list()
Dm_action.c570 if (rtnl_dump_request(&rth, event, (void *)&req.t, msg_size) < 0) { in tc_act_list_or_flush()
/external/iproute2/ip/
Dipneigh.c430 if (rtnl_dump_request(&rth, RTM_GETNEIGH, &ndm, sizeof(struct ndmsg)) < 0) { in do_show_or_flush()
/external/iproute2/lib/
Dlibnetlink.c155 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) in rtnl_dump_request() function