Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
af802154.h File Reference

Go to the source code of this file.

Functions

void ieee802154_raw_deliver (struct net_device *dev, struct sk_buff *skb)
 
int ieee802154_dgram_deliver (struct net_device *dev, struct sk_buff *skb)
 
struct net_deviceieee802154_get_dev (struct net *net, struct ieee802154_addr *addr)
 

Variables

struct proto ieee802154_raw_prot
 
struct proto ieee802154_dgram_prot
 

Function Documentation

int ieee802154_dgram_deliver ( struct net_device dev,
struct sk_buff skb 
)

Definition at line 350 of file dgram.c.

struct net_device* ieee802154_get_dev ( struct net net,
struct ieee802154_addr addr 
)
read

Definition at line 46 of file af_ieee802154.c.

void ieee802154_raw_deliver ( struct net_device dev,
struct sk_buff skb 
)

Definition at line 221 of file raw.c.

Variable Documentation

struct proto ieee802154_dgram_prot

Definition at line 447 of file dgram.c.

struct proto ieee802154_raw_prot

Definition at line 255 of file raw.c.