Lines Matching defs:xbpf_d
125 struct xbpf_d { struct
126 u_int bd_structsize; /* Size of this structure. */
127 u_char bd_promisc;
128 u_char bd_immediate;
129 u_char __bd_pad[6];
130 int bd_hdrcmplt;
131 int bd_direction;
132 int bd_feedback;
133 int bd_async;
134 u_int64_t bd_rcount;
135 u_int64_t bd_dcount;
136 u_int64_t bd_fcount;
137 int bd_sig;
138 int bd_slen;
139 int bd_hlen;
140 int bd_bufsize;
141 pid_t bd_pid;
142 char bd_ifname[IFNAMSIZ];
143 int bd_locked;
144 u_int64_t bd_wcount;
145 u_int64_t bd_wfcount;
146 u_int64_t bd_wdcount;
147 u_int64_t bd_zcopy;
148 int bd_bufmode;
153 u_int64_t bd_spare[4];