HomeSort by relevance Sort by last modified time
    Searched full:filter_prog (Results 1 - 2 of 2) sorted by null

  /external/minijail/
libminijail.c 174 struct sock_fprog *filter_prog; member in struct:minijail
356 if (j->filter_len > 0 && j->filter_prog != NULL) {
365 if (j->filter_len > 0 && j->filter_prog != NULL) {
809 j->filter_prog = NULL;
876 j->filter_prog = fprog;
994 if (j->flags.seccomp_filter && j->filter_prog) {
995 struct sock_fprog *fp = j->filter_prog;
1040 j->filter_prog = NULL;
1108 j->filter_prog = malloc(sizeof(struct sock_fprog));
1109 if (!j->filter_prog)
    [all...]
  /external/toybox/toys/pending/
dhcp.c 249 static struct sock_fprog filter_prog = { variable in typeref:struct:sock_fprog
603 if (setsockopt(state->sockfd, SOL_SOCKET, SO_ATTACH_FILTER, &filter_prog, sizeof(filter_prog)) < 0)
    [all...]

Completed in 97 milliseconds