Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
netlink_k.h File Reference
#include <linux/netdevice.h>
#include <net/sock.h>

Go to the source code of this file.

Functions

struct socknetlink_init (int unit, void(*cb)(struct net_device *dev, u16 type, void *msg, int len))
 
void netlink_exit (struct sock *sock)
 
int netlink_send (struct sock *sock, int group, u16 type, void *msg, int len)
 

Function Documentation

void netlink_exit ( struct sock sock)

Definition at line 106 of file netlink_k.c.

struct sock* netlink_init ( int  unit,
void(*)(struct net_device *dev, u16 type, void *msg, int len cb 
)
read

Definition at line 86 of file netlink_k.c.

int netlink_send ( struct sock sock,
int  group,
u16  type,
void msg,
int  len 
)

Definition at line 111 of file netlink_k.c.