Lines Matching defs:skbs
71 * @skbs: An array of skbs transmitted
80 struct sk_buff **skbs;
426 state->skbs[i] = skb;
450 /* Defer cleaning up the other skbs for the caller */
478 * skbs not already completed will be free'd when the queue is flushed */
480 skb = state->skbs[i];
492 /* Don't free the skbs; they will be picked up on TX
536 state->skbs = kcalloc(state->packet_count,
537 sizeof(state->skbs[0]), GFP_KERNEL);
538 if (!state->skbs)
559 kfree(state->skbs);