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