OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_next
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/link/
api.c
54
for (ops = info_ops; ops; ops = ops->
io_next
)
71
ops->
io_next
= info_ops;
81
for (tp = &info_ops; (t=*tp) != NULL; tp = &t->
io_next
)
93
*tp = t->
io_next
;
/external/libnl/include/netlink/route/link/
info-api.h
63
struct rtnl_link_info_ops *
io_next
;
member in struct:rtnl_link_info_ops
Completed in 5775 milliseconds