Lines Matching defs:skbs
74 * @skbs: An array of skbs transmitted
83 struct sk_buff **skbs;
424 state->skbs[i] = skb;
448 /* Defer cleaning up the other skbs for the caller */
476 * skbs not already completed will be free'd when the queue is flushed */
478 skb = state->skbs[i];
490 /* Don't free the skbs; they will be picked up on TX
534 state->skbs = kcalloc(state->packet_count,
535 sizeof(state->skbs[0]), GFP_KERNEL);
536 if (!state->skbs)
557 kfree(state->skbs);