Searched defs:bpf_d (Results 1 – 2 of 2) sorted by relevance
93 struct bpf_d { struct94 struct bpf_d *bd_next; /* Linked list of descriptors */ argument108 caddr_t BPF_BIDI_INDEXABLE bd_sbuf; /* store slot */109 caddr_t BPF_BIDI_INDEXABLE bd_hbuf; /* hold slot */110 caddr_t BPF_BIDI_INDEXABLE bd_fbuf; /* free slot */111 uint32_t bd_slen; /* current length of store buffer */112 uint32_t bd_hlen; /* current length of hold buffer */113 uint32_t bd_scnt; /* number of packets in store buffer */114 uint32_t bd_hcnt; /* number of packets in hold buffer */116 uint32_t bd_bufsize; /* absolute length of buffers */[all …]
2529 struct bpf_d *bpf_d; in bpfioctl() local