Searched refs:dfq6 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | frag6.c | 746 struct fq6_head dfq6 = {0}; in frag6_input() local 747 MBUFQ_INIT(&dfq6); /* for deferred frees */ in frag6_input() 750 frag6_purgef(q6, &dfq6, NULL); in frag6_input() 754 if (!MBUFQ_EMPTY(&dfq6)) { in frag6_input() 755 MBUFQ_DROP_AND_DRAIN(&dfq6, DROPTAP_FLAG_DIR_IN, DROP_REASON_IP6_FRAG_OVERLAPPING); in frag6_input() 757 VERIFY(MBUFQ_EMPTY(&dfq6)); in frag6_input() 968 frag6_purgef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_purgef() argument 1001 MBUFQ_ENQUEUE(dfq6, m); in frag6_purgef() 1018 frag6_freef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_freef() argument 1020 frag6_purgef(q6, dfq6, diq6); in frag6_freef() [all …]
|