Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
llc_s_st.c File Reference
#include <linux/types.h>
#include <net/llc_if.h>
#include <net/llc_s_ev.h>
#include <net/llc_s_ac.h>
#include <net/llc_s_st.h>

Go to the source code of this file.

Variables

struct llc_sap_state llc_sap_state_table [LLC_NR_SAP_STATES]
 

Variable Documentation

struct llc_sap_state llc_sap_state_table[LLC_NR_SAP_STATES]
Initial value:
= {
.curr_state = LLC_SAP_STATE_INACTIVE,
.transitions = llc_sap_inactive_state_transitions,
},
.curr_state = LLC_SAP_STATE_ACTIVE,
.transitions = llc_sap_active_state_transitions,
},
}

Definition at line 174 of file llc_s_st.c.