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

/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c567 #define FILTER_FREE(_x) if (self->_x.filter) free(self->_x.filter) macro
568 FILTER_FREE(allow);
569 FILTER_FREE(trace);
570 FILTER_FREE(error);
571 FILTER_FREE(trap);
572 FILTER_FREE(kill);
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c793 #define FILTER_FREE(_x) if (self->_x.filter) free(self->_x.filter) macro
794 FILTER_FREE(allow);
795 FILTER_FREE(trace);
796 FILTER_FREE(error);
797 FILTER_FREE(trap);
798 FILTER_FREE(kill);
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c793 #define FILTER_FREE(_x) if (self->_x.filter) free(self->_x.filter) macro
794 FILTER_FREE(allow);
795 FILTER_FREE(trace);
796 FILTER_FREE(error);
797 FILTER_FREE(trap);
798 FILTER_FREE(kill);

Completed in 394 milliseconds