OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_dump_request
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/include/
libnetlink.h
26
extern int
rtnl_dump_request
(struct rtnl_handle *rth, int type, void *req, int len);
/external/iproute2/tc/
tc_class.c
296
if (
rtnl_dump_request
(&rth, RTM_GETTCLASS, &t, sizeof(t)) < 0) {
tc_filter.c
339
if (
rtnl_dump_request
(&rth, RTM_GETTFILTER, &t, sizeof(t)) < 0) {
tc_qdisc.c
321
if (
rtnl_dump_request
(&rth, RTM_GETQDISC, &t, sizeof(t)) < 0) {
m_action.c
570
if (
rtnl_dump_request
(&rth, event, (void *)&req.t, msg_size) < 0) {
/external/iproute2/lib/
libnetlink.c
148
int
rtnl_dump_request
(struct rtnl_handle *rth, int type, void *req, int len)
function
Completed in 72 milliseconds