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

Go to the source code of this file.

Functions

int batadv_skb_head_push (struct sk_buff *skb, unsigned int len)
 
void batadv_interface_rx (struct net_device *soft_iface, struct sk_buff *skb, struct batadv_hard_iface *recv_if, int hdr_size, struct batadv_orig_node *orig_node)
 
struct net_devicebatadv_softif_create (const char *name)
 
void batadv_softif_destroy (struct net_device *soft_iface)
 
int batadv_softif_is_valid (const struct net_device *net_dev)
 

Function Documentation

void batadv_interface_rx ( struct net_device soft_iface,
struct sk_buff skb,
struct batadv_hard_iface recv_if,
int  hdr_size,
struct batadv_orig_node orig_node 
)

Definition at line 274 of file soft-interface.c.

int batadv_skb_head_push ( struct sk_buff skb,
unsigned int  len 
)

Definition at line 62 of file soft-interface.c.

struct net_device* batadv_softif_create ( const char name)
read

Definition at line 385 of file soft-interface.c.

void batadv_softif_destroy ( struct net_device soft_iface)

Definition at line 479 of file soft-interface.c.

int batadv_softif_is_valid ( const struct net_device net_dev)

Definition at line 487 of file soft-interface.c.