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

/freebsd-13-stable/sys/netgraph/
H A Dng_macfilter.h122 struct ngm_macfilter_hooks { struct
H A Dng_macfilter.c148 const struct ngm_macfilter_hooks *const ngm_hooks =
149 (const struct ngm_macfilter_hooks *)(buf - OFFSETOF(struct ngm_macfilter_hooks, hooks));
682 struct ngm_macfilter_hooks *ngm_hooks;
747 resplen = sizeof(struct ngm_macfilter_hooks) + n * sizeof(struct ngm_macfilter_hook);
754 ngm_hooks = (struct ngm_macfilter_hooks *)resp->data;

Completed in 48 milliseconds