Searched refs:rtnl_dump_request (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 42 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req,
|
/external/iproute2/tc/ |
D | tc_qdisc.c | 326 if (rtnl_dump_request(&rth, RTM_GETQDISC, &t, sizeof(t)) < 0) { in tc_qdisc_list()
|
D | tc_filter.c | 369 if (rtnl_dump_request(&rth, RTM_GETTFILTER, &t, sizeof(t)) < 0) { in tc_filter_list()
|
D | tc_class.c | 459 if (rtnl_dump_request(&rth, RTM_GETTCLASS, &t, sizeof(t)) < 0) { in tc_class_list()
|
D | m_action.c | 591 if (rtnl_dump_request(&rth, event, (void *)&req.t, msg_size) < 0) { in tc_act_list_or_flush()
|
/external/iproute2/bridge/ |
D | fdb.c | 222 if (rtnl_dump_request(&rth, RTM_GETNEIGH, &req.ifm, msg_size) < 0) { in fdb_show()
|
/external/iproute2/lib/ |
D | libnetlink.c | 170 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) in rtnl_dump_request() function
|