Lines Matching defs:data
30 XIF_READLENGTH, /* (ethX), return size of network data block to read */
31 XIF_READBLOCK, /* (ethX, buffer, size), read block of network data */
32 XIF_WRITEBLOCK, /* (ethX, buffer, size), write block of network data */
69 /* Ready for data */
79 /* No more data */
118 nf_call(nfEtherID + XIF_READBLOCK, priv->ethX, virt_to_phys(skb->data),
147 char *data, shortpkt[ETH_ZLEN];
150 data = skb->data;
154 memcpy(shortpkt, data, len);
155 data = shortpkt;
160 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data),