Lines Matching defs:d

330 bpfd_ref(struct bpf_d *d)  in bpfd_ref()
337 bpfd_rele(struct bpf_d *d) in bpfd_rele()
372 bpf_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_append_bytes()
392 bpf_append_mbuf(struct bpf_d *d, caddr_t buf, u_int offset, void *src, in bpf_append_mbuf()
415 bpf_buf_reclaimed(struct bpf_d *d) in bpf_buf_reclaimed()
439 bpf_canfreebuf(struct bpf_d *d) in bpf_canfreebuf()
457 bpf_canwritebuf(struct bpf_d *d) in bpf_canwritebuf()
474 bpf_buffull(struct bpf_d *d) in bpf_buffull()
490 bpf_bufheld(struct bpf_d *d) in bpf_bufheld()
503 bpf_free(struct bpf_d *d) in bpf_free()
519 bpf_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio) in bpf_uiomove()
528 bpf_ioctl_sblen(struct bpf_d *d, u_int *i) in bpf_ioctl_sblen()
537 bpf_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i) in bpf_ioctl_getzmax()
546 bpf_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_rotzbuf()
555 bpf_ioctl_setzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz) in bpf_ioctl_setzbuf()
568 struct sockaddr *sockp, int *hdrlen, struct bpf_d *d) in bpf_movein()
723 bpf_attachd(struct bpf_d *d, struct bpf_if *bp) in bpf_attachd()
783 bpf_check_upgrade(u_long cmd, struct bpf_d *d, struct bpf_insn *fcode, in bpf_check_upgrade()
846 bpf_detachd(struct bpf_d *d) in bpf_detachd()
854 bpf_detachd_locked(struct bpf_d *d, bool detached_ifp) in bpf_detachd_locked()
918 struct bpf_d *d = data; in bpf_dtor() local
944 struct bpf_d *d; in bpfopen() local
997 struct bpf_d *d; in bpfread() local
1133 bpf_wakeup(struct bpf_d *d) in bpf_wakeup()
1152 struct bpf_d *d = (struct bpf_d *)arg; in bpf_timed_out() local
1167 bpf_ready(struct bpf_d *d) in bpf_ready()
1187 struct bpf_d *d; in bpfwrite() local
1316 reset_d(struct bpf_d *d) in reset_d()
1379 struct bpf_d *d; in bpfioctl() local
1949 bpf_setf(struct bpf_d *d, struct bpf_program *fp, u_long cmd) in bpf_setf()
2089 bpf_setif(struct bpf_d *d, struct ifreq *ifr) in bpf_setif()
2144 struct bpf_d *d; in bpfpoll() local
2181 struct bpf_d *d; in bpfkqfilter() local
2214 struct bpf_d *d = (struct bpf_d *)kn->kn_hook; in filt_bpfdetach() local
2222 struct bpf_d *d = (struct bpf_d *)kn->kn_hook; in filt_bpfread() local
2246 struct bpf_d *d = (struct bpf_d *)kn->kn_hook; in filt_bpfwrite() local
2318 struct bpf_d *d; in bpf_tap() local
2369 #define BPF_CHECK_DIRECTION(d, r, i) \ argument
2382 struct bpf_d *d; in bpf_mtap() local
2448 struct bpf_d *d; in bpf_mtap2() local
2511 bpf_hdrlen(struct bpf_d *d) in bpf_hdrlen()
2577 catchpacket(struct bpf_d *d, u_char *pkt, u_int pktlen, u_int snaplen, in catchpacket()
2743 struct bpf_d *d; in bpfd_free() local
2862 struct bpf_d *d; in bpf_ifdetach() local
2892 struct bpf_d *d; in bpfdetach() local
2931 bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl) in bpf_getdltlist()
2970 bpf_setdlt(struct bpf_d *d, u_int dlt) in bpf_setdlt()
3051 bpfstats_fill_xbpf(struct xbpf_d *d, struct bpf_d *bd) in bpfstats_fill_xbpf()
3180 bpf_mtap2(struct bpf_if *bp, void *d, u_int l, struct mbuf *m) in bpf_mtap2()