Searched refs:bpf_d (Results 1 – 4 of 4) sorted by relevance
228 static struct bpf_d *BPF_DEV_RESERVED = __unsafe_forge_single(struct bpf_d *, 1);230 static struct bpf_d **__counted_by(bpf_dtab_size) bpf_dtab = NULL;238 static int bpf_allocbufs(struct bpf_d *);239 static errno_t bpf_attachd(struct bpf_d *d, struct bpf_if *bp);240 static int bpf_detachd(struct bpf_d *d);241 static void bpf_freed(struct bpf_d *);242 static int bpf_setif(struct bpf_d *, ifnet_t ifp, bool, bool, bool);244 static void bpf_wakeup(struct bpf_d *);246 static void catchpacket(struct bpf_d *, struct bpf_packet *, u_int, int);247 static void reset_d(struct bpf_d *);[all …]
93 struct bpf_d { struct94 struct bpf_d *bd_next; /* Linked list of descriptors */ argument201 struct bpf_d *bif_dlist; /* descriptor list */
94 bpf_d = ifnet.if_bpf.bif_dlist100 if bpf_d.bd_hbuf != 0:101 addr = bpf_d.bd_hbuf[0].GetSBValue().GetLoadAddress()102 hlen = (unsigned(bpf_d.bd_hlen)+(4-1))&~(4-1)108 addr = bpf_d.bd_sbuf[0].GetSBValue().GetLoadAddress()109 slen = (unsigned(bpf_d.bd_slen)+(4-1))&~(4-1)
92 struct bpf_d;