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

Go to the source code of this file.

Functions

struct datalink_protoregister_snap_client (const unsigned char *desc, int(*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *orig_dev))
 
void unregister_snap_client (struct datalink_proto *proto)
 

Function Documentation

struct datalink_proto* register_snap_client ( const unsigned char desc,
int(*)(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *orig_dev)  rcvfunc 
)
read
void unregister_snap_client ( struct datalink_proto proto)

Definition at line 156 of file psnap.c.