Lines Matching refs:orig_node
905 struct batadv_orig_node *orig_node, in batadv_tvlv_call_handler() argument
916 if (!orig_node) in batadv_tvlv_call_handler()
919 tvlv_handler->ogm_handler(bat_priv, orig_node, in batadv_tvlv_call_handler()
957 struct batadv_orig_node *orig_node, in batadv_tvlv_containers_process() argument
981 ogm_source, orig_node, in batadv_tvlv_containers_process()
998 tvlv_handler->ogm_handler(bat_priv, orig_node, in batadv_tvlv_containers_process()
1017 struct batadv_orig_node *orig_node) in batadv_tvlv_ogm_receive() argument
1031 batadv_tvlv_containers_process(bat_priv, true, orig_node, NULL, NULL, in batadv_tvlv_ogm_receive()
1126 struct batadv_orig_node *orig_node; in batadv_tvlv_unicast_send() local
1133 orig_node = batadv_orig_hash_find(bat_priv, dst); in batadv_tvlv_unicast_send()
1134 if (!orig_node) in batadv_tvlv_unicast_send()
1164 if (batadv_send_skb_to_orig(skb, orig_node, NULL) != NET_XMIT_DROP) in batadv_tvlv_unicast_send()
1170 if (orig_node) in batadv_tvlv_unicast_send()
1171 batadv_orig_node_free_ref(orig_node); in batadv_tvlv_unicast_send()