Lines Matching defs:data
82 * BATADV_TP_PLEN - length of the payload (data after the batadv_unicast header)
135 * @tp_vars: the private data of the current TP meter session
171 * @tp_vars: the private data of the current TP meter session
357 * @tp_vars: the private data of the current TP meter session to be free'd
368 * batadv_tp_sender_cleanup() - cleanup sender data and drop and timer
370 * @tp_vars: the private data of the current TP meter session to cleanup
400 * @tp_vars: the private data of the current TP meter session
432 * @tp_vars: the private data of the current TP meter session
462 * @tp_vars: the private TP meter data for this session
530 * @tp_vars: the private TP meter data for this session
562 * @tp_vars: the private TP meter data for this session
585 u8 *data;
610 data = skb_put(skb, data_len);
611 batadv_tp_fill_prerandom(tp_vars, data, data_len);
642 icmp = (struct batadv_icmp_tp_packet *)skb->data;
671 /* ACK for new data... reset the timer */
711 /* count the acked data */
761 * @tp_vars: the private data of the current TP meter session
780 * @tp_vars: the private data of the current TP meter session
899 * @tp_vars: the private data of the current TP meter session
1087 * @tp_vars: the private data of the current TP meter session
1214 * @tp_vars: the private data of the current TP meter session
1235 icmp = (struct batadv_icmp_tp_packet *)skb->data;
1291 * @tp_vars: the private data of the current TP meter session
1375 * batadv_tp_recv_msg() - process a single data message
1389 icmp = (struct batadv_icmp_tp_packet *)skb->data;
1467 icmp = (struct batadv_icmp_tp_packet *)skb->data;