HomeSort by: relevance | last modified time | path
    Searched defs:ip_freef (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_reass.c 142 static void ip_freef(ipfr_queue_t *);
374 ip_freef(fp);
439 * ip_freef:
444 ip_freef(ipfr_queue_t *fp) function in typeref:typename:void
488 ip_freef(fp);
588 ip_freef(LIST_FIRST(&ip_frags[i]));
ip_reass.c 142 static void ip_freef(ipfr_queue_t *);
374 ip_freef(fp);
439 * ip_freef:
444 ip_freef(ipfr_queue_t *fp) function in typeref:typename:void
488 ip_freef(fp);
588 ip_freef(LIST_FIRST(&ip_frags[i]));

Completed in 93 milliseconds