Searched refs:frag_freef (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | ip_input.c | 391 static void frag_freef(struct ipqhead *, struct ipq *); 2235 frag_freef(&ipq[i], r); in ip_reass() 2241 frag_freef(head, fq); in ip_reass() 2487 frag_freef(head, fp); in ip_reass() 2498 frag_freef(head, fp); in ip_reass() 2512 frag_freef(head, fp); in ip_reass() 2564 frag_freef(head, fp); in ip_reass() 2620 frag_freef(struct ipqhead *fhp, struct ipq *fp) in frag_freef() function 2660 frag_freef(&ipq[i], fpp); in frag_timeout() 2675 frag_freef(&ipq[i], TAILQ_FIRST(&ipq[i])); in frag_timeout() [all …]
|