Searched refs:wtap_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapvar.h102 struct wtap_buf { struct
103 STAILQ_ENTRY(wtap_buf) bf_list;
106 typedef STAILQ_HEAD(, wtap_buf) wtap_bufhead;
H A Dif_wtap.c437 struct wtap_buf *bf = (struct wtap_buf *)malloc(sizeof(struct wtap_buf),
439 KASSERT(bf != NULL, ("could not allocated a new wtap_buf\n"));
491 struct wtap_buf *bf;
506 KASSERT(bf != NULL, ("wtap_buf is NULL\n"));

Completed in 100 milliseconds