Lines Matching defs:data
290 * accessing the TT data are scheduled for later execution.
515 batadv_ogm_packet = (struct batadv_ogm_packet *)skb->data;
631 * marking the start of the data to be CRC'ed
636 * Return: big endian crc32c of the checksummed data
644 const u8 *data;
648 from = (unsigned int)(payload_ptr - skb->data);
651 while ((len = skb_seq_read(consumed, &data, &st)) != 0) {
652 crc = crc32c(crc, data, len);
669 struct ethhdr *ethhdr = (struct ethhdr *)(skb->data + header_len);
679 vhdr = (struct vlan_ethhdr *)(skb->data + header_len);
701 * setting in the proper VLAN private data structure
713 * batadv_throw_uevent() - Send an uevent with batman-adv specific env data
717 * @data: string with additional information to the event (ignored for
723 enum batadv_uev_action action, const char *data)
743 /* If the event is DEL, ignore the data field */
746 "%s%s", BATADV_UEV_DATA_VAR, data);
762 (action == BATADV_UEV_DEL ? "NULL" : data), ret);