HomeSort by relevance Sort by last modified time
    Searched refs:ndtc (Results 1 - 5 of 5) sorted by null

  /external/strace/
rtnl_neightbl.c 51 struct ndt_config ndtc; local
53 if (len < sizeof(ndtc))
55 else if (!umove_or_printaddr(tcp, addr, &ndtc)) {
56 PRINT_FIELD_U("{", ndtc, ndtc_key_len);
57 PRINT_FIELD_U(", ", ndtc, ndtc_entry_size);
58 PRINT_FIELD_U(", ", ndtc, ndtc_entries);
59 PRINT_FIELD_U(", ", ndtc, ndtc_last_flush);
60 PRINT_FIELD_U(", ", ndtc, ndtc_last_rand);
61 PRINT_FIELD_U(", ", ndtc, ndtc_hash_rnd);
62 PRINT_FIELD_0X(", ", ndtc, ndtc_hash_mask)
    [all...]
  /external/strace/tests/
nlattr_ndtmsg.c 86 static const struct ndt_config ndtc = { local
99 NDTA_CONFIG, pattern, ndtc,
100 PRINT_FIELD_U("{", ndtc, ndtc_key_len);
101 PRINT_FIELD_U(", ", ndtc, ndtc_entry_size);
102 PRINT_FIELD_U(", ", ndtc, ndtc_entries);
103 PRINT_FIELD_U(", ", ndtc, ndtc_last_flush);
104 PRINT_FIELD_U(", ", ndtc, ndtc_last_rand);
105 PRINT_FIELD_U(", ", ndtc, ndtc_hash_rnd);
106 PRINT_FIELD_0X(", ", ndtc, ndtc_hash_mask);
107 PRINT_FIELD_U(", ", ndtc, ndtc_hash_chain_gc)
    [all...]
  /external/strace/tests-m32/
nlattr_ndtmsg.c 86 static const struct ndt_config ndtc = { local
99 NDTA_CONFIG, pattern, ndtc,
100 PRINT_FIELD_U("{", ndtc, ndtc_key_len);
101 PRINT_FIELD_U(", ", ndtc, ndtc_entry_size);
102 PRINT_FIELD_U(", ", ndtc, ndtc_entries);
103 PRINT_FIELD_U(", ", ndtc, ndtc_last_flush);
104 PRINT_FIELD_U(", ", ndtc, ndtc_last_rand);
105 PRINT_FIELD_U(", ", ndtc, ndtc_hash_rnd);
106 PRINT_FIELD_0X(", ", ndtc, ndtc_hash_mask);
107 PRINT_FIELD_U(", ", ndtc, ndtc_hash_chain_gc)
    [all...]
  /external/strace/tests-mx32/
nlattr_ndtmsg.c 86 static const struct ndt_config ndtc = { local
99 NDTA_CONFIG, pattern, ndtc,
100 PRINT_FIELD_U("{", ndtc, ndtc_key_len);
101 PRINT_FIELD_U(", ", ndtc, ndtc_entry_size);
102 PRINT_FIELD_U(", ", ndtc, ndtc_entries);
103 PRINT_FIELD_U(", ", ndtc, ndtc_last_flush);
104 PRINT_FIELD_U(", ", ndtc, ndtc_last_rand);
105 PRINT_FIELD_U(", ", ndtc, ndtc_hash_rnd);
106 PRINT_FIELD_0X(", ", ndtc, ndtc_hash_mask);
107 PRINT_FIELD_U(", ", ndtc, ndtc_hash_chain_gc)
    [all...]
  /external/iproute2/ip/
ipntable.c 435 struct ndt_config *ndtc = RTA_DATA(tb[NDTA_CONFIG]); local
440 fprintf(fp, "key_len %u ", ndtc->ndtc_key_len);
441 fprintf(fp, "entry_size %u ", ndtc->ndtc_entry_size);
442 fprintf(fp, "entries %u ", ndtc->ndtc_entries);
448 ntable_strtime_delta(ndtc->ndtc_last_flush));
450 ntable_strtime_delta(ndtc->ndtc_last_rand));
455 fprintf(fp, "hash_rnd %u ", ndtc->ndtc_hash_rnd);
456 fprintf(fp, "hash_mask %08x ", ndtc->ndtc_hash_mask);
458 fprintf(fp, "hash_chain_gc %u ", ndtc->ndtc_hash_chain_gc);
459 fprintf(fp, "proxy_qlen %u ", ndtc->ndtc_proxy_qlen)
    [all...]

Completed in 571 milliseconds