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

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.