Home
last modified time | relevance | path

Searched defs:bpf_d (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dbpfdesc.h93 struct bpf_d { struct
94 struct bpf_d *bd_next; /* Linked list of descriptors */ argument
108 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 …]
H A Dbpf.c2529 struct bpf_d *bpf_d; in bpfioctl() local