Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c441 struct ndt_config *ndtc = RTA_DATA(tb[NDTA_CONFIG]); in print_ntable() local
446 fprintf(fp, "key_len %u ", ndtc->ndtc_key_len); in print_ntable()
447 fprintf(fp, "entry_size %u ", ndtc->ndtc_entry_size); in print_ntable()
448 fprintf(fp, "entries %u ", ndtc->ndtc_entries); in print_ntable()
454 ntable_strtime_delta(ndtc->ndtc_last_flush)); in print_ntable()
456 ntable_strtime_delta(ndtc->ndtc_last_rand)); in print_ntable()
461 fprintf(fp, "hash_rnd %u ", ndtc->ndtc_hash_rnd); in print_ntable()
462 fprintf(fp, "hash_mask %08x ", ndtc->ndtc_hash_mask); in print_ntable()
464 fprintf(fp, "hash_chain_gc %u ", ndtc->ndtc_hash_chain_gc); in print_ntable()
465 fprintf(fp, "proxy_qlen %u ", ndtc->ndtc_proxy_qlen); in print_ntable()