Lines Matching refs:priv_p
106 static int export_send(priv_p, fib_export_p, item_p, int);
109 static int hash_insert(priv_p, struct flow_hash_entry *, struct flow_rec *,
113 static int hash6_insert(priv_p, struct flow_hash_entry *, struct flow6_rec *,
117 static void expire_flow(priv_p, fib_export_p, struct flow_entry *, int);
170 get_export_dgram(priv_p priv, fib_export_p fe) in get_export_dgram()
204 return_export_dgram(priv_p priv, fib_export_p fe, item_p item, int flags) in return_export_dgram()
227 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) in expire_flow()
282 ng_netflow_copyinfo(priv_p priv, struct ng_netflow_info *i) in ng_netflow_copyinfo()
322 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, in hash_insert()
399 hash6_insert(priv_p priv, struct flow_hash_entry *hsh6, struct flow6_rec *r, in hash6_insert()
477 ng_netflow_cache_init(priv_p priv) in ng_netflow_cache_init()
533 ng_netflow_fib_init(priv_p priv, int fib) in ng_netflow_fib_init()
571 ng_netflow_cache_flush(priv_p priv) in ng_netflow_cache_flush()
653 ng_netflow_flow_add(priv_p priv, fib_export_p fe, struct ip *ip, in ng_netflow_flow_add()
780 ng_netflow_flow6_add(priv_p priv, fib_export_p fe, struct ip6_hdr *ip6, in ng_netflow_flow6_add()
906 ng_netflow_flow_show(priv_p priv, struct ngnf_show_header *req, in ng_netflow_flow_show()
1012 export_send(priv_p priv, fib_export_p fe, item_p item, int flags) in export_send()
1095 priv_p priv = (priv_p )arg; in ng_netflow_expire()