Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_pred1.h53 struct ng_pred1_stats { struct
/f-stack/freebsd/netgraph/
H A Dng_pred1.h55 struct ng_pred1_stats { struct
H A Dng_pred1.c77 struct ng_pred1_stats stats; /* statistics */
273 sizeof(struct ng_pred1_stats), M_NOWAIT); in ng_pred1_rcvmsg()
277 sizeof(struct ng_pred1_stats)); in ng_pred1_rcvmsg()
281 bzero(&priv->stats, sizeof(struct ng_pred1_stats)); in ng_pred1_rcvmsg()