Searched defs:bpf_d (Results 1 – 2 of 2) sorted by relevance
52 struct bpf_d { struct63 caddr_t bd_sbuf; /* store slot */64 caddr_t bd_hbuf; /* hold slot */65 caddr_t bd_fbuf; /* free slot */66 int bd_slen; /* current length of store buffer */67 int bd_hlen; /* current length of hold buffer */68 int bd_bufsize; /* absolute length of buffers */69 int bd_flags;77 struct bpf_if * bd_bif; /* interface descriptor */78 u_long bd_rtout; /* Read timeout in 'ticks' */[all …]
2433 void (*cpfn)(struct bpf_d *, caddr_t, u_int, void *, u_int), in catchpacket() argument