Searched refs:tt_buff_len (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/batman-adv/
H A Dtranslation-table.c2568 u16 tt_buff_len)
2574 if (tt_buff_len > 0) {
2576 orig_node->tt_buff_len = 0;
2577 orig_node->tt_buff = kmalloc(tt_buff_len, GFP_ATOMIC);
2579 memcpy(orig_node->tt_buff, tt_buff, tt_buff_len);
2580 orig_node->tt_buff_len = tt_buff_len;
3005 tt_len = req_dst_orig_node->tt_buff_len;
3016 req_dst_orig_node->tt_buff_len);
3264 orig_node->tt_buff_len
2565 batadv_tt_save_orig_buffer(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const void *tt_buff, u16 tt_buff_len) argument
[all...]
H A Dtypes.h445 * @tt_buff_len: length of the last tt changeset this node received
448 s16 tt_buff_len; member in struct:batadv_orig_node
450 /** @tt_buff_lock: lock that protects tt_buff and tt_buff_len */
H A Doriginator.c964 orig_node->tt_buff_len = 0;

Completed in 151 milliseconds