Searched refs:item9 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow_v9.c | 375 if (fe->exp.item9 != NULL) { in get_export9_dgram() 376 item = fe->exp.item9; in get_export9_dgram() 377 fe->exp.item9 = NULL; in get_export9_dgram() 450 if (fe->exp.item9 == NULL) { in return_export9_dgram() 451 fe->exp.item9 = item; in return_export9_dgram()
|
| H A D | netflow.c | 249 exp.item9 = get_export9_dgram(priv, fe, &exp.item9_opt); in expire_flow() 250 if (exp.item9 == NULL) { in expire_flow() 264 if (export9_add(exp.item9, exp.item9_opt, fle) > 0) in expire_flow() 265 export9_send(priv, fe, exp.item9, exp.item9_opt, flags); in expire_flow() 267 return_export9_dgram(priv, fe, exp.item9, in expire_flow() 622 if (fe->exp.item9 != NULL) in ng_netflow_cache_flush() 623 export9_send(priv, fe, fe->exp.item9, in ng_netflow_cache_flush()
|
| H A D | ng_netflow.h | 380 item_p item9; member
|
| /f-stack/tools/compat/include/netgraph/netflow/ |
| H A D | ng_netflow.h | 380 item_p item9; member
|