Lines Matching defs:data
66 * data using __skb_header_release in our skbs to allow skb_cow_header
68 * or write any data which is before the current position of skb->data
69 * after that call and thus allow other skbs with the same data buffer
243 /* skb->data might have been reallocated by batadv_bla_tx() */
281 /* skb->data may have been modified by
338 bcast_packet = (struct batadv_bcast_packet *)skb->data;
403 * skb->data has still point to the batman-adv header with the size @hdr_size.
423 batadv_bcast_packet = (struct batadv_bcast_packet *)skb->data;
524 * Return: the private data of the vlan matching the vid passed as argument or
948 static void batadv_get_strings(struct net_device *dev, u32 stringset, u8 *data)
951 memcpy(data, batadv_counters_strings,
956 struct ethtool_stats *stats, u64 *data)
962 data[i] = batadv_sum_counter(bat_priv, i);
991 * netdev and its private data (bat_priv)
1025 * @data: enum batadv_ifla_attrs attributes
1030 static int batadv_softif_validate(struct nlattr *tb[], struct nlattr *data[],
1035 if (!data)
1038 if (data[IFLA_BATADV_ALGO_NAME]) {
1039 algo_ops = batadv_algo_get(nla_data(data[IFLA_BATADV_ALGO_NAME]));
1052 * @data: enum batadv_ifla_attrs attributes
1058 struct nlattr *tb[], struct nlattr *data[],
1065 if (data && data[IFLA_BATADV_ALGO_NAME]) {
1066 algo_name = nla_data(data[IFLA_BATADV_ALGO_NAME]);