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

Go to the source code of this file.

Functions

int batadv_send_skb_packet (struct sk_buff *skb, struct batadv_hard_iface *hard_iface, const uint8_t *dst_addr)
 
void batadv_schedule_bat_ogm (struct batadv_hard_iface *hard_iface)
 
int batadv_add_bcast_packet_to_list (struct batadv_priv *bat_priv, const struct sk_buff *skb, unsigned long delay)
 
void batadv_send_outstanding_bat_ogm_packet (struct work_struct *work)
 
void batadv_purge_outstanding_packets (struct batadv_priv *bat_priv, const struct batadv_hard_iface *hard_iface)
 

Function Documentation

int batadv_add_bcast_packet_to_list ( struct batadv_priv bat_priv,
const struct sk_buff skb,
unsigned long  delay 
)

Definition at line 137 of file send.c.

void batadv_purge_outstanding_packets ( struct batadv_priv bat_priv,
const struct batadv_hard_iface hard_iface 
)

Definition at line 275 of file send.c.

void batadv_schedule_bat_ogm ( struct batadv_hard_iface hard_iface)

Definition at line 80 of file send.c.

void batadv_send_outstanding_bat_ogm_packet ( struct work_struct work)

Definition at line 240 of file send.c.

int batadv_send_skb_packet ( struct sk_buff skb,
struct batadv_hard_iface hard_iface,
const uint8_t dst_addr 
)

Definition at line 35 of file send.c.