Searched refs:orig_neigh (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | bat_v_elp.c | 455 struct batadv_orig_node *orig_neigh; in batadv_v_elp_neigh_update() local 460 orig_neigh = batadv_v_ogm_orig_get(bat_priv, elp_packet->orig); in batadv_v_elp_neigh_update() 461 if (!orig_neigh) in batadv_v_elp_neigh_update() 464 neigh = batadv_neigh_node_get_or_create(orig_neigh, in batadv_v_elp_neigh_update() 494 if (orig_neigh) in batadv_v_elp_neigh_update() 495 batadv_orig_node_put(orig_neigh); in batadv_v_elp_neigh_update()
|
H A D | hard-interface.h | 107 u8 *orig_addr, u8 *orig_neigh);
|
H A D | send.c | 862 u8 *orig_neigh; in batadv_send_outstanding_bcast_packet() local 900 orig_neigh = neigh_node ? neigh_node->orig : NULL; in batadv_send_outstanding_bcast_packet() 903 orig_neigh); in batadv_send_outstanding_bcast_packet()
|
H A D | hard-interface.c | 391 * @orig_neigh: originator address of the forwarder we just got the packet from 403 u8 *orig_addr, u8 *orig_neigh) in batadv_hardif_no_broadcast() 429 } else if (orig_neigh && in batadv_hardif_no_broadcast() 430 batadv_compare_eth(hardif_neigh->orig, orig_neigh)) { in batadv_hardif_no_broadcast() 402 batadv_hardif_no_broadcast(struct batadv_hard_iface *if_outgoing, u8 *orig_addr, u8 *orig_neigh) batadv_hardif_no_broadcast() argument
|
H A D | bat_iv_ogm.c | 178 struct batadv_orig_node *orig_neigh) in batadv_iv_ogm_neigh_new() 187 neigh_node->orig_node = orig_neigh; in batadv_iv_ogm_neigh_new() 175 batadv_iv_ogm_neigh_new(struct batadv_hard_iface *hard_iface, const u8 *neigh_addr, struct batadv_orig_node *orig_node, struct batadv_orig_node *orig_neigh) batadv_iv_ogm_neigh_new() argument
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_v_elp.c | 454 struct batadv_orig_node *orig_neigh; in batadv_v_elp_neigh_update() local 459 orig_neigh = batadv_v_ogm_orig_get(bat_priv, elp_packet->orig); in batadv_v_elp_neigh_update() 460 if (!orig_neigh) in batadv_v_elp_neigh_update() 463 neigh = batadv_neigh_node_get_or_create(orig_neigh, in batadv_v_elp_neigh_update() 491 batadv_orig_node_put(orig_neigh); in batadv_v_elp_neigh_update()
|
H A D | hard-interface.h | 83 u8 *orig_addr, u8 *orig_neigh);
|
H A D | send.c | 855 u8 *orig_neigh; in batadv_send_no_broadcast() local 867 orig_neigh = neigh_node ? neigh_node->orig : NULL; in batadv_send_no_broadcast() 870 orig_neigh); in batadv_send_no_broadcast()
|
H A D | hard-interface.c | 392 * @orig_neigh: originator address of the forwarder we just got the packet from 404 u8 *orig_addr, u8 *orig_neigh) in batadv_hardif_no_broadcast() 430 } else if (orig_neigh && in batadv_hardif_no_broadcast() 431 batadv_compare_eth(hardif_neigh->orig, orig_neigh)) { in batadv_hardif_no_broadcast() 403 batadv_hardif_no_broadcast(struct batadv_hard_iface *if_outgoing, u8 *orig_addr, u8 *orig_neigh) batadv_hardif_no_broadcast() argument
|
H A D | bat_iv_ogm.c | 176 struct batadv_orig_node *orig_neigh) in batadv_iv_ogm_neigh_new() 185 neigh_node->orig_node = orig_neigh; in batadv_iv_ogm_neigh_new() 173 batadv_iv_ogm_neigh_new(struct batadv_hard_iface *hard_iface, const u8 *neigh_addr, struct batadv_orig_node *orig_node, struct batadv_orig_node *orig_neigh) batadv_iv_ogm_neigh_new() argument
|
Completed in 13 milliseconds