Searched refs:frag_freef (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | ip_input.c | 391 static void frag_freef(struct ipqhead *, struct ipq *); 2225 frag_freef(&ipq[i], r); in ip_reass() 2231 frag_freef(head, fq); in ip_reass() 2477 frag_freef(head, fp); in ip_reass() 2488 frag_freef(head, fp); in ip_reass() 2502 frag_freef(head, fp); in ip_reass() 2554 frag_freef(head, fp); in ip_reass() 2610 frag_freef(struct ipqhead *fhp, struct ipq *fp) in frag_freef() function 2650 frag_freef(&ipq[i], fpp); in frag_timeout() 2665 frag_freef(&ipq[i], TAILQ_FIRST(&ipq[i])); in frag_timeout() [all …]
|