FreeBSD kernel netgraph code
ng_bt_mbufq Struct Reference

#include <ng_bluetooth.h>

Data Fields

struct mbuf * head
 
struct mbuf * tail
 
u_int32_t len
 
u_int32_t maxlen
 
u_int32_t drops
 

Detailed Description

Definition at line 67 of file ng_bluetooth.h.

Field Documentation

◆ drops

u_int32_t ng_bt_mbufq::drops

Definition at line 72 of file ng_bluetooth.h.

◆ head

struct mbuf* ng_bt_mbufq::head

Definition at line 68 of file ng_bluetooth.h.

◆ len

u_int32_t ng_bt_mbufq::len

Definition at line 70 of file ng_bluetooth.h.

Referenced by ng_ubt_rcvmsg().

◆ maxlen

u_int32_t ng_bt_mbufq::maxlen

Definition at line 71 of file ng_bluetooth.h.

Referenced by ng_ubt_rcvmsg().

◆ tail

struct mbuf* ng_bt_mbufq::tail

Definition at line 69 of file ng_bluetooth.h.


The documentation for this struct was generated from the following file: