Lines Matching defs:skbs
76 * @skbs: An array of skbs transmitted
85 struct sk_buff **skbs;
434 state->skbs[i] = skb;
462 /* Defer cleaning up the other skbs for the caller */
490 * skbs not already completed will be free'd when the queue is flushed */
492 skb = state->skbs[i];
504 /* Don't free the skbs; they will be picked up on TX
548 state->skbs = kcalloc(state->packet_count,
549 sizeof(state->skbs[0]), GFP_KERNEL);
550 if (!state->skbs)
571 kfree(state->skbs);