Searched defs:bpf_d (Results 1 – 2 of 2) sorted by relevance
55 struct bpf_d { struct66 caddr_t bd_sbuf; /* store slot */67 caddr_t bd_hbuf; /* hold slot */68 caddr_t bd_fbuf; /* free slot */69 int bd_hbuf_in_use; /* don't rotate buffers */76 u_long bd_rtout; /* Read timeout in 'ticks' */79 void *bd_bfilter; /* binary filter code */88 int bd_direction; /* select packet direction */94 struct selinfo bd_sel; /* bsd select info */95 struct mtx bd_lock; /* per-descriptor lock */[all …]
2398 void (*cpfn)(struct bpf_d *, caddr_t, u_int, void *, u_int), in catchpacket() argument