inet_frag_queue_flush
void inet_frag_queue_flush(struct inet_frag_queue *q,
inet_frag_queue_flush(&fq->q, 0);
inet_frag_queue_flush(fq, 0);
EXPORT_SYMBOL(inet_frag_queue_flush);
inet_frag_queue_flush(&qp->q, 0);
inet_frag_queue_flush(&qp->q, SKB_DROP_REASON_FRAG_TOO_FAR);