Searched refs:dfq6 (Results 1 – 1 of 1) sorted by relevance
736 struct fq6_head dfq6 = {0}; in frag6_input() local737 MBUFQ_INIT(&dfq6); /* for deferred frees */ in frag6_input()740 frag6_purgef(q6, &dfq6, NULL); in frag6_input()744 if (!MBUFQ_EMPTY(&dfq6)) { in frag6_input()745 MBUFQ_DRAIN(&dfq6); in frag6_input()747 VERIFY(MBUFQ_EMPTY(&dfq6)); in frag6_input()958 frag6_purgef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_purgef() argument991 MBUFQ_ENQUEUE(dfq6, m); in frag6_purgef()1008 frag6_freef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_freef() argument1010 frag6_purgef(q6, dfq6, diq6); in frag6_freef()[all …]