Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c100 static ofmt_cb_t print_default_cb, print_flow_stats_cb; variable
119 { "FLOW", 15, FLOW_S_FLOW, print_flow_stats_cb},
120 { "IPKTS", 8, FLOW_S_IPKTS, print_flow_stats_cb},
121 { "RBYTES", 8, FLOW_S_RBYTES, print_flow_stats_cb},
122 { "IERRS", 8, FLOW_S_IERRORS, print_flow_stats_cb},
123 { "OPKTS", 8, FLOW_S_OPKTS, print_flow_stats_cb},
124 { "OBYTES", 8, FLOW_S_OBYTES, print_flow_stats_cb},
125 { "OERRS", 8, FLOW_S_OERRORS, print_flow_stats_cb},
374 print_flow_stats_cb(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_flow_stats_cb() function