|
Linux Kernel
3.7.1
|
#include "packet.h"Go to the source code of this file.
Macros | |
| #define | BATADV_FRAG_TIMEOUT 10000 /* purge frag list entries after time in ms */ |
| #define | BATADV_FRAG_BUFFER_SIZE 6 /* number of list elements in buffer */ |
Functions | |
| int | batadv_frag_reassemble_skb (struct sk_buff *skb, struct batadv_priv *bat_priv, struct sk_buff **new_skb) |
| void | batadv_frag_list_free (struct list_head *head) |
| 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[]) |
| 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