Lines Matching defs:skbs
78 * @skbs: An array of skbs transmitted
87 struct sk_buff **skbs;
431 state->skbs[i] = skb;
459 /* Defer cleaning up the other skbs for the caller */
487 * skbs not already completed will be free'd when the queue is flushed */
489 skb = state->skbs[i];
501 /* Don't free the skbs; they will be picked up on TX
545 state->skbs = kcalloc(state->packet_count,
546 sizeof(state->skbs[0]), GFP_KERNEL);
547 if (!state->skbs)
568 kfree(state->skbs);