Linux Kernel
3.7.1
|
#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) |
void batadv_purge_outstanding_packets | ( | struct batadv_priv * | bat_priv, |
const struct batadv_hard_iface * | hard_iface | ||
) |
void batadv_schedule_bat_ogm | ( | struct batadv_hard_iface * | hard_iface | ) |
void batadv_send_outstanding_bat_ogm_packet | ( | struct work_struct * | work | ) |