Home
last modified time | relevance | path

Searched refs:cfe_buf (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dcontent_filter.c439 struct cfe_buf { struct
1128 cfil_entry_buf_verify(struct cfe_buf *cfe_buf) in cfil_entry_buf_verify() argument
1130 CFIL_QUEUE_VERIFY(&cfe_buf->cfe_ctl_q); in cfil_entry_buf_verify()
1131 CFIL_QUEUE_VERIFY(&cfe_buf->cfe_pending_q); in cfil_entry_buf_verify()
1134 VERIFY(cfe_buf->cfe_ctl_q.q_start >= cfe_buf->cfe_pending_q.q_end); in cfil_entry_buf_verify()
1137 VERIFY(cfe_buf->cfe_peek_offset >= cfe_buf->cfe_pass_offset); in cfil_entry_buf_verify()
1140 VERIFY(cfe_buf->cfe_ctl_q.q_start <= cfe_buf->cfe_peeked); in cfil_entry_buf_verify()
3280 struct cfe_buf *entrybuf; in cfil_dispatch_disconnect_event()
3583 struct cfe_buf *entrybuf; in cfil_dispatch_data_event()
3744 struct cfe_buf *entrybuf; in cfil_data_service_ctl_q()
[all …]