Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct.h197 struct ptm_complex { struct
212 struct ptm_complex ptm_c; /* flags a map that requires parsing of the records (ie. tee plugin) */
H A Dplugin_hooks.c332 list->cfg.ptm_complex = req->ptm_c.load_ptm_res; in load_plugins()
385 …if ((req->ptm_c.exec_ptm_res && !p->cfg.ptm_complex) || (!req->ptm_c.exec_ptm_res && p->cfg.ptm_co… in exec_plugins()
542 memset(&req->ptm_c, 0, sizeof(struct ptm_complex)); in exec_plugins()
557 p->cfg.ptm_complex = req->ptm_c.load_ptm_res; in exec_plugins()
H A Dcfg.h520 int ptm_complex; member