Searched refs:root_filter (Results 1 – 1 of 1) sorted by relevance
2534 struct sock_filter root_filter[] = { in FIXTURE_SETUP() local2548 self->root_prog.filter = malloc(sizeof(root_filter)); in FIXTURE_SETUP()2550 memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter)); in FIXTURE_SETUP()2551 self->root_prog.len = (unsigned short)ARRAY_SIZE(root_filter); in FIXTURE_SETUP()