Searched refs:tm_type (Results 1 – 19 of 19) sorted by relevance
/external/libnl/lib/cli/qdisc/ |
D | htb.c | 182 .tm_type = RTNL_TC_TYPE_QDISC, 189 .tm_type = RTNL_TC_TYPE_CLASS,
|
D | hfsc.c | 231 .tm_type = RTNL_TC_TYPE_QDISC, 238 .tm_type = RTNL_TC_TYPE_CLASS,
|
D | blackhole.c | 52 .tm_type = RTNL_TC_TYPE_QDISC,
|
D | ingress.c | 53 .tm_type = RTNL_TC_TYPE_QDISC,
|
D | pfifo.c | 65 .tm_type = RTNL_TC_TYPE_QDISC,
|
D | bfifo.c | 71 .tm_type = RTNL_TC_TYPE_QDISC,
|
D | plug.c | 101 .tm_type = RTNL_TC_TYPE_QDISC,
|
D | fq_codel.c | 100 .tm_type = RTNL_TC_TYPE_QDISC,
|
/external/libnl/include/netlink/cli/ |
D | tc.h | 31 enum rtnl_tc_type tm_type; member
|
/external/libnl/lib/cli/cls/ |
D | cgroup.c | 63 .tm_type = RTNL_TC_TYPE_CLS,
|
D | basic.c | 81 .tm_type = RTNL_TC_TYPE_CLS,
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.info | 361 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
|
D | libffi.texi | 412 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
|
/external/libnl/src/lib/ |
D | tc.c | 145 if (!(ops = rtnl_tc_lookup_ops(tm->tm_type, tm->tm_name))) { in nl_cli_tc_register()
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
D | README | 281 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/ |
D | README | 281 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/ |
D | README | 281 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/cffi/c/libffi_msvc/ |
D | README | 283 ffi_type tm_type; 287 tm_type.size = tm_type.alignment = 0; 288 tm_type.elements = &tm_type_elements; 297 /* tm_type can now be used to represent tm argument types and
|
/external/libffi/doc/ |
D | libffi.texi | 620 ffi_type tm_type; 624 tm_type.size = tm_type.alignment = 0; 625 tm_type.type = FFI_TYPE_STRUCT; 626 tm_type.elements = &tm_type_elements; 635 /* tm_type can now be used to represent tm argument types and
|