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

#include <llc.h>

Data Fields

unsigned char state
 
unsigned char p_bit
 
unsigned char f_bit
 
atomic_t refcnt
 
int(* rcv_func )(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)
 
struct llc_addr laddr
 
struct list_head node
 
spinlock_t sk_lock
 
int sk_count
 
struct hlist_nulls_head sk_laddr_hash [LLC_SK_LADDR_HASH_ENTRIES]
 
struct hlist_head sk_dev_hash [LLC_SK_DEV_HASH_ENTRIES]
 

Detailed Description

struct llc_sap - Defines the SAP component

- station this sap belongs to - sap state - only lowest-order bit used - only lowest-order bit used - SAP value in this 'lsap' - entry in station sap_list - LLC sockets this one manages

Definition at line 54 of file llc.h.

Field Documentation

unsigned char f_bit

Definition at line 57 of file llc.h.

Definition at line 63 of file llc.h.

Definition at line 64 of file llc.h.

unsigned char p_bit

Definition at line 56 of file llc.h.

Definition at line 59 of file llc.h.

atomic_t refcnt

Definition at line 58 of file llc.h.

int sk_count

Definition at line 66 of file llc.h.

Definition at line 68 of file llc.h.

Definition at line 67 of file llc.h.

spinlock_t sk_lock

Definition at line 65 of file llc.h.

unsigned char state

Definition at line 55 of file llc.h.


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