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

/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_socketfilter.h500 must initialize this to sizeof sflt_filter_ext structure.
531 * Initialize sf_ext_len to sizeof sflt_filter_ext structure.
534 struct sflt_filter_ext { struct in struct:sflt_filter
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socketfilter.c1148 len = sizeof (*filter) - sizeof (struct sflt_filter_ext);
1157 if (ext_len > sizeof (struct sflt_filter_ext))
1158 ext_len = sizeof (struct sflt_filter_ext);

Completed in 23 milliseconds