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

#include <bearer.h>

Data Fields

voidusr_handle
 
u32 mtu
 
int blocked
 
struct tipc_media_addr addr
 
char name [TIPC_MAX_BEARER_NAME]
 
spinlock_t lock
 
struct tipc_mediamedia
 
u32 priority
 
u32 window
 
u32 tolerance
 
u32 identity
 
struct tipc_link_reqlink_req
 
struct list_head links
 
struct list_head cong_links
 
int active
 
char net_plane
 
struct tipc_node_map nodes
 

Detailed Description

Definition at line 132 of file bearer.h.

Field Documentation

int active

Definition at line 147 of file bearer.h.

Definition at line 136 of file bearer.h.

int blocked

Definition at line 135 of file bearer.h.

struct list_head cong_links

Definition at line 146 of file bearer.h.

u32 identity

Definition at line 143 of file bearer.h.

struct tipc_link_req* link_req

Definition at line 144 of file bearer.h.

Definition at line 145 of file bearer.h.

spinlock_t lock

Definition at line 138 of file bearer.h.

Definition at line 139 of file bearer.h.

u32 mtu

Definition at line 134 of file bearer.h.

Definition at line 137 of file bearer.h.

char net_plane

Definition at line 148 of file bearer.h.

Definition at line 149 of file bearer.h.

u32 priority

Definition at line 140 of file bearer.h.

u32 tolerance

Definition at line 142 of file bearer.h.

void* usr_handle

Definition at line 133 of file bearer.h.

u32 window

Definition at line 141 of file bearer.h.


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