Lines Matching defs:orig_node
57 * @orig_node: originator to free fragments from
60 void batadv_frag_purge_orig(struct batadv_orig_node *orig_node,
67 chain = &orig_node->fragments[i];
126 * @orig_node: originator that the fragment was received from
137 static bool batadv_frag_insert_packet(struct batadv_orig_node *orig_node,
171 chain = &orig_node->fragments[bucket];
434 * @orig_node: final destination of the created fragments
440 struct batadv_orig_node *orig_node,
471 bat_priv = orig_node->bat_priv;
509 ether_addr_copy(frag_header.dest, orig_node->orig);