Home
last modified time | relevance | path

Searched refs:batadv_orig_hash_find (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
Drouting.c246 orig_node = batadv_orig_hash_find(bat_priv, icmph->orig); in batadv_recv_my_icmp_packet()
314 orig_node = batadv_orig_hash_find(bat_priv, icmp_packet->orig); in batadv_recv_icmp_ttl_exceeded()
416 orig_node = batadv_orig_hash_find(bat_priv, icmph->dst); in batadv_recv_icmp_packet()
695 orig_node = batadv_orig_hash_find(bat_priv, unicast_packet->dest); in batadv_route_unicast_packet()
860 orig_node = batadv_orig_hash_find(bat_priv, in batadv_check_unicast_ttvn()
999 orig_node_gw = batadv_orig_hash_find(bat_priv, orig_addr_gw); in batadv_recv_unicast_packet()
1026 orig_node = batadv_orig_hash_find(bat_priv, in batadv_recv_unicast_packet()
1138 orig_node_src = batadv_orig_hash_find(bat_priv, frag_packet->orig); in batadv_recv_frag_packet()
1226 orig_node = batadv_orig_hash_find(bat_priv, bcast_packet->orig); in batadv_recv_bcast_packet()
Doriginator.h87 batadv_orig_hash_find(struct batadv_priv *bat_priv, const void *data);
Dtp_meter.c658 orig_node = batadv_orig_hash_find(bat_priv, icmp->orig); in batadv_tp_recv_ack()
819 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end); in batadv_tp_send()
1069 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tp_stop()
1165 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tp_send_ack()
Dicmp_socket.c230 orig_node = batadv_orig_hash_find(bat_priv, icmp_header->dst); in batadv_socket_write()
Dfragmentation.c362 orig_node_dst = batadv_orig_hash_find(bat_priv, packet->dest); in batadv_frag_skb_fwd()
Dtvlv.c597 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tvlv_unicast_send()
Dtranslation-table.c3251 req_dst_orig_node = batadv_orig_hash_find(bat_priv, req_dst); in batadv_send_other_tt_response()
3255 res_dst_orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_other_tt_response()
3386 orig_node = batadv_orig_hash_find(bat_priv, req_src); in batadv_send_my_tt_response()
3531 orig_node = batadv_orig_hash_find(bat_priv, resp_src); in batadv_tt_fill_gtable()
3621 orig_node = batadv_orig_hash_find(bat_priv, resp_src); in batadv_handle_tt_response()
4369 orig_node = batadv_orig_hash_find(bat_priv, src); in batadv_roam_tvlv_unicast_handler_v1()
Dbat_v_ogm.c61 orig_node = batadv_orig_hash_find(bat_priv, addr); in batadv_v_ogm_orig_get()
Dbridge_loop_avoidance.c535 orig_node = batadv_orig_hash_find(bat_priv, orig); in batadv_bla_get_backbone_gw()
1046 orig_node = batadv_orig_hash_find(bat_priv, backbone_addr); in batadv_check_claim_group()
Doriginator.c58 batadv_orig_hash_find(struct batadv_priv *bat_priv, const void *data) in batadv_orig_hash_find() function
Dnetwork-coding.c1342 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search()
Dbat_iv_ogm.c146 orig_node = batadv_orig_hash_find(bat_priv, addr); in batadv_iv_ogm_orig_get()