Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
caif_payload_info Struct Reference

#include <caif_layer.h>

Data Fields

struct dev_infodev_info
 
unsigned short hdr_len
 
unsigned short channel_id
 

Detailed Description

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.

Field Documentation

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.


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