Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
unicast.c File Reference
#include "main.h"
#include "unicast.h"
#include "send.h"
#include "soft-interface.h"
#include "gateway_client.h"
#include "originator.h"
#include "hash.h"
#include "translation-table.h"
#include "routing.h"
#include "hard-interface.h"

Go to the source code of this file.

Functions

void batadv_frag_list_free (struct list_head *head)
 
int batadv_frag_reassemble_skb (struct sk_buff *skb, struct batadv_priv *bat_priv, struct sk_buff **new_skb)
 
int batadv_frag_send_skb (struct sk_buff *skb, struct batadv_priv *bat_priv, struct batadv_hard_iface *hard_iface, const uint8_t dstaddr[])
 
int batadv_unicast_send_skb (struct sk_buff *skb, struct batadv_priv *bat_priv)
 

Function Documentation

void batadv_frag_list_free ( struct list_head head)

Definition at line 160 of file unicast.c.

int batadv_frag_reassemble_skb ( struct sk_buff skb,
struct batadv_priv bat_priv,
struct sk_buff **  new_skb 
)

Definition at line 181 of file unicast.c.

int batadv_frag_send_skb ( struct sk_buff skb,
struct batadv_priv bat_priv,
struct batadv_hard_iface hard_iface,
const uint8_t  dstaddr[] 
)

Definition at line 226 of file unicast.c.

int batadv_unicast_send_skb ( struct sk_buff skb,
struct batadv_priv bat_priv 
)

Definition at line 294 of file unicast.c.