Searched refs:dfq6 (Results 1 – 1 of 1) sorted by relevance
731 struct fq6_head dfq6 = {0}; in frag6_input() local732 MBUFQ_INIT(&dfq6); /* for deferred frees */ in frag6_input()735 frag6_purgef(q6, &dfq6, NULL); in frag6_input()739 if (!MBUFQ_EMPTY(&dfq6)) { in frag6_input()740 MBUFQ_DRAIN(&dfq6); in frag6_input()742 VERIFY(MBUFQ_EMPTY(&dfq6)); in frag6_input()946 frag6_purgef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_purgef() argument979 MBUFQ_ENQUEUE(dfq6, m); in frag6_purgef()996 frag6_freef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_freef() argument998 frag6_purgef(q6, dfq6, diq6); in frag6_freef()[all …]