Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
raw.c File Reference
#include <linux/net.h>
#include <linux/module.h>
#include <linux/if_arp.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <net/sock.h>
#include <net/af_ieee802154.h>
#include "af802154.h"

Go to the source code of this file.

Functions

void ieee802154_raw_deliver (struct net_device *dev, struct sk_buff *skb)
 

Variables

struct proto ieee802154_raw_prot
 

Function Documentation

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_raw_prot
Initial value:
= {
.name = "IEEE-802.15.4-RAW",
.owner = THIS_MODULE,
.obj_size = sizeof(struct sock),
.close = raw_close,
.bind = raw_bind,
.sendmsg = raw_sendmsg,
.recvmsg = raw_recvmsg,
.hash = raw_hash,
.unhash = raw_unhash,
.connect = raw_connect,
.disconnect = raw_disconnect,
.getsockopt = raw_getsockopt,
.setsockopt = raw_setsockopt,
}

Definition at line 255 of file raw.c.