Home
last modified time | relevance | path

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

/freebsd/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; argument
H A Dif_wtap.c482 struct wtap_buf *bf = (struct wtap_buf *)malloc(sizeof(struct wtap_buf), in wtap_inject()
500 struct wtap_buf *bf; in wtap_rx_proc()