Lines Matching defs:skbs
79 * @skbs: An array of skbs transmitted
88 struct sk_buff **skbs;
432 state->skbs[i] = skb;
460 /* Defer cleaning up the other skbs for the caller */
488 * skbs not already completed will be free'd when the queue is flushed */
490 skb = state->skbs[i];
502 /* Don't free the skbs; they will be picked up on TX
546 state->skbs = kcalloc(state->packet_count,
547 sizeof(state->skbs[0]), GFP_KERNEL);
548 if (!state->skbs)
569 kfree(state->skbs);