HomeSort by: relevance | last modified time | path
    Searched defs:bpf_close (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/net/if_vlan/
bpfopen.c 65 static void bpf_close(int);
126 bpf_close(bpfd);
132 bpf_close(bpfd);
138 bpf_close(bpfd);
201 bpf_close(int bpfd) function in typeref:typename:void
  /src/sys/net/
bpf.c 138 * - bpf_close
146 * never freed because struct bpf_d is only freed in bpf_close and
147 * bpf_close never be called while executing bpf_read and bpf_write
269 static int bpf_close(struct file *);
281 .fo_close = bpf_close,
632 bpf_close(struct file *fp) function in typeref:typename:int

Completed in 12 milliseconds