Searched refs:root_filter (Results 1 – 3 of 3) sorted by relevance
1040 struct sock_filter root_filter[] = {1053 self->root_prog.filter = malloc(sizeof(root_filter));1055 memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter));1056 self->root_prog.len = (unsigned short)(sizeof(root_filter)/sizeof(root_filter[0]));
1650 struct sock_filter root_filter[] = { in FIXTURE_SETUP() local1664 self->root_prog.filter = malloc(sizeof(root_filter)); in FIXTURE_SETUP()1666 memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter)); in FIXTURE_SETUP()1667 self->root_prog.len = (unsigned short)ARRAY_SIZE(root_filter); in FIXTURE_SETUP()
2227 struct sock_filter root_filter[] = { in FIXTURE_SETUP() local2241 self->root_prog.filter = malloc(sizeof(root_filter)); in FIXTURE_SETUP()2243 memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter)); in FIXTURE_SETUP()2244 self->root_prog.len = (unsigned short)ARRAY_SIZE(root_filter); in FIXTURE_SETUP()