Searched refs:ngnf_show_header (Results 1 – 4 of 4) sorted by relevance
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() argument224 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()[all …]
169 struct ngnf_show_header { struct290 #define NGRESP_SIZE (sizeof(struct ngnf_show_header) + (NREC_AT_ONCE * \526 int ng_netflow_flow_show(priv_p, struct ngnf_show_header *req,527 struct ngnf_show_header *resp);
536 sizeof(struct ngnf_show_header)) in ng_netflow_rcvmsg()545 (struct ngnf_show_header *)msg->data, in ng_netflow_rcvmsg()546 (struct ngnf_show_header *)resp->data); in ng_netflow_rcvmsg()
906 ng_netflow_flow_show(priv_p priv, struct ngnf_show_header *req, in ng_netflow_flow_show()907 struct ngnf_show_header *resp) in ng_netflow_flow_show()