diff options
Diffstat (limited to 'net/batman-adv/originator.h')
-rw-r--r-- | net/batman-adv/originator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/batman-adv/originator.h b/net/batman-adv/originator.h index 360dfd19a32f..84d96e2eea47 100644 --- a/net/batman-adv/originator.h +++ b/net/batman-adv/originator.h | |||
@@ -26,13 +26,12 @@ int originator_init(struct bat_priv *bat_priv); | |||
26 | void originator_free(struct bat_priv *bat_priv); | 26 | void originator_free(struct bat_priv *bat_priv); |
27 | void purge_orig_ref(struct bat_priv *bat_priv); | 27 | void purge_orig_ref(struct bat_priv *bat_priv); |
28 | void orig_node_free_ref(struct kref *refcount); | 28 | void orig_node_free_ref(struct kref *refcount); |
29 | void neigh_node_free_rcu_bond(struct rcu_head *rcu); | ||
30 | struct orig_node *get_orig_node(struct bat_priv *bat_priv, uint8_t *addr); | 29 | struct orig_node *get_orig_node(struct bat_priv *bat_priv, uint8_t *addr); |
31 | struct neigh_node *create_neighbor(struct orig_node *orig_node, | 30 | struct neigh_node *create_neighbor(struct orig_node *orig_node, |
32 | struct orig_node *orig_neigh_node, | 31 | struct orig_node *orig_neigh_node, |
33 | uint8_t *neigh, | 32 | uint8_t *neigh, |
34 | struct batman_if *if_incoming); | 33 | struct batman_if *if_incoming); |
35 | void neigh_node_free_ref(struct kref *refcount); | 34 | void neigh_node_free_ref(struct neigh_node *neigh_node); |
36 | int orig_seq_print_text(struct seq_file *seq, void *offset); | 35 | int orig_seq_print_text(struct seq_file *seq, void *offset); |
37 | int orig_hash_add_if(struct batman_if *batman_if, int max_if_num); | 36 | int orig_hash_add_if(struct batman_if *batman_if, int max_if_num); |
38 | int orig_hash_del_if(struct batman_if *batman_if, int max_if_num); | 37 | int orig_hash_del_if(struct batman_if *batman_if, int max_if_num); |