Home
last modified time | relevance | path

Searched refs:dfq6 (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/bsd/netinet6/
H A Dfrag6.c745 struct fq6_head dfq6 = {0}; in frag6_input() local
746 MBUFQ_INIT(&dfq6); /* for deferred frees */ in frag6_input()
749 frag6_purgef(q6, &dfq6, NULL); in frag6_input()
753 if (!MBUFQ_EMPTY(&dfq6)) { in frag6_input()
754 MBUFQ_DROP_AND_DRAIN(&dfq6, DROPTAP_FLAG_DIR_IN, DROP_REASON_IP6_FRAG_OVERLAPPING); in frag6_input()
756 VERIFY(MBUFQ_EMPTY(&dfq6)); in frag6_input()
967 frag6_purgef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_purgef() argument
1000 MBUFQ_ENQUEUE(dfq6, m); in frag6_purgef()
1017 frag6_freef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_freef() argument
1019 frag6_purgef(q6, dfq6, diq6); in frag6_freef()
[all …]