Searched refs:if_outgoing1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/batman-adv/ |
H A D | bat_v.c | 450 struct batadv_hard_iface *if_outgoing1, in batadv_v_neigh_cmp() argument 457 ifinfo1 = batadv_neigh_ifinfo_get(neigh1, if_outgoing1); in batadv_v_neigh_cmp() 475 struct batadv_hard_iface *if_outgoing1, in batadv_v_neigh_is_sob() argument 483 ifinfo1 = batadv_neigh_ifinfo_get(neigh1, if_outgoing1); in batadv_v_neigh_is_sob()
|
H A D | bat_iv_ogm.c | 2003 * @if_outgoing1: outgoing interface for the first neighbor 2015 struct batadv_hard_iface *if_outgoing1, in batadv_iv_ogm_neigh_diff() 2024 neigh1_ifinfo = batadv_neigh_ifinfo_get(neigh1, if_outgoing1); in batadv_iv_ogm_neigh_diff() 2178 * @if_outgoing1: outgoing interface for the first neighbor 2186 struct batadv_hard_iface *if_outgoing1, in batadv_iv_ogm_neigh_cmp() 2193 ret = batadv_iv_ogm_neigh_diff(neigh1, if_outgoing1, neigh2, in batadv_iv_ogm_neigh_cmp() 2205 * @if_outgoing1: outgoing interface for the first neighbor 2214 struct batadv_hard_iface *if_outgoing1, in batadv_iv_ogm_neigh_is_sob() 2221 ret = batadv_iv_ogm_neigh_diff(neigh1, if_outgoing1, neigh2, in batadv_iv_ogm_neigh_is_sob() 2016 batadv_iv_ogm_neigh_diff(struct batadv_neigh_node * neigh1,struct batadv_hard_iface * if_outgoing1,struct batadv_neigh_node * neigh2,struct batadv_hard_iface * if_outgoing2,int * diff) batadv_iv_ogm_neigh_diff() argument 2187 batadv_iv_ogm_neigh_cmp(struct batadv_neigh_node * neigh1,struct batadv_hard_iface * if_outgoing1,struct batadv_neigh_node * neigh2,struct batadv_hard_iface * if_outgoing2) batadv_iv_ogm_neigh_cmp() argument 2215 batadv_iv_ogm_neigh_is_sob(struct batadv_neigh_node * neigh1,struct batadv_hard_iface * if_outgoing1,struct batadv_neigh_node * neigh2,struct batadv_hard_iface * if_outgoing2) batadv_iv_ogm_neigh_is_sob() argument
|
H A D | types.h | 2159 struct batadv_hard_iface *if_outgoing1, 2169 struct batadv_hard_iface *if_outgoing1,
|