Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/ !
H A Dip_input.c396 static void frag_freef(struct ipqhead *, struct ipq *, drop_reason_t);
2267 frag_freef(&ipq[i], r, DROP_REASON_IP_FRAG_TOO_MANY); in ip_reass()
2273 frag_freef(head, fq, DROP_REASON_IP_FRAG_TOO_MANY); in ip_reass()
2519 frag_freef(head, fp, DROP_REASON_IP_FRAG_TOO_MANY); in ip_reass()
2530 frag_freef(head, fp, DROP_REASON_IP_FRAG_TOO_MANY); in ip_reass()
2544 frag_freef(head, fp, DROP_REASON_IP_FRAG_TOO_LONG); in ip_reass()
2596 frag_freef(head, fp, DROP_REASON_UNSPECIFIED); in ip_reass()
2653 frag_freef(struct ipqhead *fhp, struct ipq *fp, drop_reason_t drop_reason) in frag_freef() function
2697 frag_freef(&ipq[i], fpp, DROP_REASON_IP_FRAG_TIMEOUT); in frag_timeout()
2712 frag_freef(&ipq[i], TAILQ_FIRST(&ipq[i]), DROP_REASON_IP_FRAG_DROPPED); in frag_timeout()
[all …]