OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_tc_set_linktype
(Results
1 - 5
of
5
) sorted by null
/external/libnl/include/netlink/route/
tc.h
91
extern void
rtnl_tc_set_linktype
(struct rtnl_tc *, uint32_t);
/external/libnl/src/lib/
tc.c
92
rtnl_tc_set_linktype
(tc, type);
/external/libnl/python/netlink/route/
capi.i
314
extern void
rtnl_tc_set_linktype
(struct rtnl_tc *, uint32_t);
tc.py
157
capi.
rtnl_tc_set_linktype
(self._rtnl_tc, int(value))
/external/libnl/lib/route/
tc.c
443
void
rtnl_tc_set_linktype
(struct rtnl_tc *tc, uint32_t type)
function
454
* -# User specified value via
rtnl_tc_set_linktype
()
Completed in 458 milliseconds