Searched refs:pstore (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c3785 struct pfsync_state *pstore; local
3800 pstore = _MALLOC(sizeof (*pstore), M_TEMP, M_WAITOK);
3801 if (pstore == NULL) {
3810 if ((nr + 1) * sizeof (*pstore) > (unsigned)len)
3813 pf_state_export(pstore,
3815 error = copyout(pstore, buf, sizeof (*pstore));
3817 _FREE(pstore, M_TEMP);
3820 buf += sizeof (*pstore);
4595 struct pf_src_node *n, *pstore; local
[all...]

Completed in 81 milliseconds