originator.h (35f94779c96b4f79e2fd3f2e59b5713704171c3f) | originator.h (accadc35a147a8faa14a55e176cb94986f28888c) |
---|---|
1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 30 unchanged lines hidden (view full) --- 39void batadv_purge_orig_ref(struct batadv_priv *bat_priv); 40void batadv_orig_node_put(struct batadv_orig_node *orig_node); 41struct batadv_orig_node *batadv_orig_node_new(struct batadv_priv *bat_priv, 42 const u8 *addr); 43struct batadv_hardif_neigh_node * 44batadv_hardif_neigh_get(const struct batadv_hard_iface *hard_iface, 45 const u8 *neigh_addr); 46void | 1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 30 unchanged lines hidden (view full) --- 39void batadv_purge_orig_ref(struct batadv_priv *bat_priv); 40void batadv_orig_node_put(struct batadv_orig_node *orig_node); 41struct batadv_orig_node *batadv_orig_node_new(struct batadv_priv *bat_priv, 42 const u8 *addr); 43struct batadv_hardif_neigh_node * 44batadv_hardif_neigh_get(const struct batadv_hard_iface *hard_iface, 45 const u8 *neigh_addr); 46void |
47batadv_hardif_neigh_free_ref(struct batadv_hardif_neigh_node *hardif_neigh); | 47batadv_hardif_neigh_put(struct batadv_hardif_neigh_node *hardif_neigh); |
48struct batadv_neigh_node * 49batadv_neigh_node_new(struct batadv_orig_node *orig_node, 50 struct batadv_hard_iface *hard_iface, 51 const u8 *neigh_addr); 52void batadv_neigh_node_put(struct batadv_neigh_node *neigh_node); 53struct batadv_neigh_node * 54batadv_orig_router_get(struct batadv_orig_node *orig_node, 55 const struct batadv_hard_iface *if_outgoing); --- 74 unchanged lines hidden --- | 48struct batadv_neigh_node * 49batadv_neigh_node_new(struct batadv_orig_node *orig_node, 50 struct batadv_hard_iface *hard_iface, 51 const u8 *neigh_addr); 52void batadv_neigh_node_put(struct batadv_neigh_node *neigh_node); 53struct batadv_neigh_node * 54batadv_orig_router_get(struct batadv_orig_node *orig_node, 55 const struct batadv_hard_iface *if_outgoing); --- 74 unchanged lines hidden --- |