Lines Matching refs:ngnf_show_header
84 static void flow_cache_print(struct ngnf_show_header *resp);
85 static void flow_cache_print_verbose(struct ngnf_show_header *resp);
88 static void flow_cache_print6(struct ngnf_show_header *resp);
89 static void flow_cache_print6_verbose(struct ngnf_show_header *resp);
93 static void do_show(int, void (*func)(struct ngnf_show_header *));
220 do_show(int version, void (*func)(struct ngnf_show_header *)) in do_show() argument
224 struct ngnf_show_header req, *resp; in do_show()
246 resp = (struct ngnf_show_header *)ng_mesg->data; in do_show()
265 flow_cache_print(struct ngnf_show_header *resp) in flow_cache_print()
299 flow_cache_print6(struct ngnf_show_header *resp) in flow_cache_print6()
333 flow_cache_print_verbose(struct ngnf_show_header *resp) in flow_cache_print_verbose()
376 flow_cache_print6_verbose(struct ngnf_show_header *resp) in flow_cache_print6_verbose()