Linux Kernel
3.7.1
|
#include <caif_layer.h>
Data Fields | |
struct dev_info * | dev_info |
unsigned short | hdr_len |
unsigned short | channel_id |
struct caif_payload_info - Payload information embedded in packet (sk_buff).
: Information about the receiving device.
: Header length, used to align pay load on 32bit boundary.
: Channel ID of the logical CAIF connection. Used by mux to insert channel id into the caif packet.
Definition at line 273 of file caif_layer.h.
unsigned short channel_id |
Definition at line 276 of file caif_layer.h.
Definition at line 274 of file caif_layer.h.
unsigned short hdr_len |
Definition at line 275 of file caif_layer.h.