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

  /src/sys/net/
bpf.c 145 * - struct bpf_d obtained via fp->f_bpf in bpf_read and bpf_write is
147 * bpf_close never be called while executing bpf_read and bpf_write
264 static int bpf_write(struct file *, off_t *, struct uio *, kauth_cred_t,
276 .fo_write = bpf_write,
837 bpf_write(struct file *fp, off_t *offp, struct uio *uio, function in typeref:typename:int
bpf.c 145 * - struct bpf_d obtained via fp->f_bpf in bpf_read and bpf_write is
147 * bpf_close never be called while executing bpf_read and bpf_write
264 static int bpf_write(struct file *, off_t *, struct uio *, kauth_cred_t,
276 .fo_write = bpf_write,
837 bpf_write(struct file *fp, off_t *offp, struct uio *uio, function in typeref:typename:int

Completed in 24 milliseconds