Lines Matching defs:data
46 * struct mydata *d = (struct mydata *) m->data;
176 void *data = (void *) em_hdr + sizeof(*em_hdr);
190 ref = *(u32 *) data;
202 em->data = ref;
234 /* ematch module provides expected length of data, so we
244 err = em->ops->change(net, data, data_len, em);
250 * the ematch data.
253 * data only consists of a u32 integer and the module
262 em->data = *(u32 *) data;
264 void *v = kmemdup(data, data_len, GFP_KERNEL);
269 em->data = (unsigned long) v;
299 * the private classifier data using tcf_em_tree_change(). You MUST NOT
300 * provide the ematch tree variable of the private classifier data directly,
414 kfree((void *) em->data);
472 u32 u = em->data;
475 nla_put_nohdr(skb, em->datalen, (void *) em->data);
516 match_idx = cur_match->data;