|
Linux Kernel
3.7.1
|
#include "main.h"#include "routing.h"#include "send.h"#include "soft-interface.h"#include "hard-interface.h"#include "icmp_socket.h"#include "translation-table.h"#include "originator.h"#include "vis.h"#include "unicast.h"#include "bridge_loop_avoidance.h"Go to the source code of this file.
| void batadv_bonding_candidate_add | ( | struct batadv_orig_node * | orig_node, |
| struct batadv_neigh_node * | neigh_node | ||
| ) |
| void batadv_bonding_candidate_del | ( | struct batadv_orig_node * | orig_node, |
| struct batadv_neigh_node * | neigh_node | ||
| ) |
| void batadv_bonding_save_primary | ( | const struct batadv_orig_node * | orig_node, |
| struct batadv_orig_node * | orig_neigh_node, | ||
| const struct batadv_ogm_packet * | batman_ogm_packet | ||
| ) |
|
read |
| int batadv_recv_bcast_packet | ( | struct sk_buff * | skb, |
| struct batadv_hard_iface * | recv_if | ||
| ) |
| int batadv_recv_icmp_packet | ( | struct sk_buff * | skb, |
| struct batadv_hard_iface * | recv_if | ||
| ) |
| int batadv_recv_roam_adv | ( | struct sk_buff * | skb, |
| struct batadv_hard_iface * | recv_if | ||
| ) |
| int batadv_recv_tt_query | ( | struct sk_buff * | skb, |
| struct batadv_hard_iface * | recv_if | ||
| ) |
| int batadv_recv_ucast_frag_packet | ( | struct sk_buff * | skb, |
| struct batadv_hard_iface * | recv_if | ||
| ) |
| int batadv_recv_unicast_packet | ( | struct sk_buff * | skb, |
| struct batadv_hard_iface * | recv_if | ||
| ) |
| int batadv_recv_vis_packet | ( | struct sk_buff * | skb, |
| struct batadv_hard_iface * | recv_if | ||
| ) |
| void batadv_slide_own_bcast_window | ( | struct batadv_hard_iface * | hard_iface | ) |
| void batadv_update_route | ( | struct batadv_priv * | bat_priv, |
| struct batadv_orig_node * | orig_node, | ||
| struct batadv_neigh_node * | neigh_node | ||
| ) |
1.8.2