Searched refs:frag6_freef (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | frag6.c | 120 static void frag6_freef(struct ip6q *, struct fq6_head *, struct fq6_head *); 1013 frag6_freef(struct ip6q *q6, struct fq6_head *dfq6, struct fq6_head *diq6) in frag6_freef() function 1107 frag6_freef(q6->ip6q_prev, &dfq6, diq6_tmp); in frag6_timeout() 1127 frag6_freef(ip6q.ip6q_prev, &dfq6, diq6_tmp); in frag6_timeout() 1179 frag6_freef(ip6q.ip6q_next, &dfq6, diq6_tmp); in frag6_drain()
|