Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dnfacctd.h85 struct template_hdr_v9 { struct
515 extern struct template_cache_entry *handle_template(struct template_hdr_v9 *, struct packet_ptrs *,…
517 extern struct template_cache_entry *insert_template(struct template_hdr_v9 *, struct packet_ptrs *,…
518 extern struct template_cache_entry *refresh_template(struct template_hdr_v9 *, struct template_cach…
H A Dnfv9_template.c28 struct template_cache_entry *handle_template(struct template_hdr_v9 *hdr, struct packet_ptrs *pptrs… in handle_template()
77 struct template_cache_entry *insert_template(struct template_hdr_v9 *hdr, struct packet_ptrs *pptrs… in insert_template()
775 struct template_cache_entry *refresh_template(struct template_hdr_v9 *hdr, struct template_cache_en… in refresh_template()
H A Dnfacctd.c1536 struct template_hdr_v9 *template_hdr = NULL; in process_v9_packet()
1652 template_hdr = (struct template_hdr_v9 *) tpl_ptr; in process_v9_packet()
1663 …tpl_len = sizeof(struct template_hdr_v9)+(ntohs(template_hdr->num)*sizeof(struct template_field_v9… in process_v9_packet()
1703 …tpl = handle_template((struct template_hdr_v9 *)opt_template_hdr, pptrs, fid, SourceId, &pens, flo… in process_v9_packet()
2676 NfTplHdrV9Sz = sizeof(struct template_hdr_v9); in NF_compute_once()