Lines Matching defs:data

81  * BATADV_TP_PLEN - length of the payload (data after the batadv_unicast header)
134 * @tp_vars: the private data of the current TP meter session
170 * @tp_vars: the private data of the current TP meter session
356 * @tp_vars: the private data of the current TP meter session to be free'd
367 * batadv_tp_sender_cleanup() - cleanup sender data and drop and timer
369 * @tp_vars: the private data of the current TP meter session to cleanup
399 * @tp_vars: the private data of the current TP meter session
431 * @tp_vars: the private data of the current TP meter session
461 * @tp_vars: the private TP meter data for this session
529 * @tp_vars: the private TP meter data for this session
561 * @tp_vars: the private TP meter data for this session
584 u8 *data;
609 data = skb_put(skb, data_len);
610 batadv_tp_fill_prerandom(tp_vars, data, data_len);
641 icmp = (struct batadv_icmp_tp_packet *)skb->data;
670 /* ACK for new data... reset the timer */
710 /* count the acked data */
763 * @tp_vars: the private data of the current TP meter session
782 * @tp_vars: the private data of the current TP meter session
903 * @tp_vars: the private data of the current TP meter session
1091 * @tp_vars: the private data of the current TP meter session
1220 * @tp_vars: the private data of the current TP meter session
1241 icmp = (struct batadv_icmp_tp_packet *)skb->data;
1297 * @tp_vars: the private data of the current TP meter session
1381 * batadv_tp_recv_msg() - process a single data message
1395 icmp = (struct batadv_icmp_tp_packet *)skb->data;
1474 icmp = (struct batadv_icmp_tp_packet *)skb->data;