|
Linux Kernel
3.7.1
|
#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] |
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
| int(* rcv_func)(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) |
| struct hlist_head sk_dev_hash[LLC_SK_DEV_HASH_ENTRIES] |
| struct hlist_nulls_head sk_laddr_hash[LLC_SK_LADDR_HASH_ENTRIES] |
| spinlock_t sk_lock |
1.8.2