Home
last modified time | relevance | path

Searched refs:tm_type (Results 1 – 18 of 18) sorted by relevance

/external/libnl/lib/cli/qdisc/
Dhtb.c182 .tm_type = RTNL_TC_TYPE_QDISC,
189 .tm_type = RTNL_TC_TYPE_CLASS,
Dingress.c53 .tm_type = RTNL_TC_TYPE_QDISC,
Dblackhole.c52 .tm_type = RTNL_TC_TYPE_QDISC,
Dpfifo.c65 .tm_type = RTNL_TC_TYPE_QDISC,
Dbfifo.c71 .tm_type = RTNL_TC_TYPE_QDISC,
Dplug.c101 .tm_type = RTNL_TC_TYPE_QDISC,
Dfq_codel.c100 .tm_type = RTNL_TC_TYPE_QDISC,
/external/libnl/include/netlink/cli/
Dtc.h31 enum rtnl_tc_type tm_type; member
/external/libnl/lib/cli/cls/
Dcgroup.c63 .tm_type = RTNL_TC_TYPE_CLS,
Dbasic.c81 .tm_type = RTNL_TC_TYPE_CLS,
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.texi412 ffi_type tm_type;
416 tm_type.size = tm_type.alignment = 0;
417 tm_type.type = FFI_TYPE_STRUCT;
418 tm_type.elements = &tm_type_elements;
427 /* tm_type can now be used to represent tm argument types and
Dlibffi.info361 ffi_type tm_type;
365 tm_type.size = tm_type.alignment = 0;
366 tm_type.type = FFI_TYPE_STRUCT;
367 tm_type.elements = &tm_type_elements;
376 /* tm_type can now be used to represent tm argument types and
/external/python/cpython3/Modules/_ctypes/libffi_osx/
DREADME281 ffi_type tm_type;
285 tm_type.size = tm_type.alignment = 0;
286 tm_type.elements = &tm_type_elements;
295 /* tm_type can now be used to represent tm argument types and
/external/python/cpython2/Modules/_ctypes/libffi_osx/
DREADME281 ffi_type tm_type;
285 tm_type.size = tm_type.alignment = 0;
286 tm_type.elements = &tm_type_elements;
295 /* tm_type can now be used to represent tm argument types and
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
DREADME281 ffi_type tm_type;
285 tm_type.size = tm_type.alignment = 0;
286 tm_type.elements = &tm_type_elements;
295 /* tm_type can now be used to represent tm argument types and
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME281 ffi_type tm_type;
285 tm_type.size = tm_type.alignment = 0;
286 tm_type.elements = &tm_type_elements;
295 /* tm_type can now be used to represent tm argument types and
/external/libnl/src/lib/
Dtc.c144 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) { in nl_cli_tc_register()
/external/libffi/doc/
Dlibffi.texi428 ffi_type tm_type;
432 tm_type.size = tm_type.alignment = 0;
433 tm_type.type = FFI_TYPE_STRUCT;
434 tm_type.elements = &tm_type_elements;
443 /* tm_type can now be used to represent tm argument types and