print_aggr_stats_cb
static ofmt_cb_t print_xaggr_cb, print_aggr_stats_cb;
{ "LINK", 12, AGGR_S_LINK, print_aggr_stats_cb},
{ "PORT", 10, AGGR_S_PORT, print_aggr_stats_cb},
{ "IPACKETS", 8, AGGR_S_IPKTS, print_aggr_stats_cb},
{ "RBYTES", 8, AGGR_S_RBYTES, print_aggr_stats_cb},
{ "OPACKETS", 8, AGGR_S_OPKTS, print_aggr_stats_cb},
{ "OBYTES", 8, AGGR_S_OBYTES, print_aggr_stats_cb},
{ "IPKTDIST", 9, AGGR_S_IPKTDIST, print_aggr_stats_cb},
{ "OPKTDIST", 15, AGGR_S_OPKTDIST, print_aggr_stats_cb},