|
Linux Kernel
3.7.1
|
#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) |
| int batadv_frag_send_skb | ( | struct sk_buff * | skb, |
| struct batadv_priv * | bat_priv, | ||
| struct batadv_hard_iface * | hard_iface, | ||
| const uint8_t | dstaddr[] | ||
| ) |
1.8.2