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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkpi_socketfilter.h518 must initialize this to sizeof sflt_filter_ext structure.
549 * Initialize sf_ext_len to sizeof sflt_filter_ext structure.
552 struct sflt_filter_ext { struct in struct:sflt_filter
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkpi_socketfilter.c1282 len = sizeof (*filter) - sizeof (struct sflt_filter_ext);
1291 if (ext_len > sizeof (struct sflt_filter_ext))
1292 ext_len = sizeof (struct sflt_filter_ext);

Completed in 186 milliseconds