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

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 1742 frauth_4_1_23_t *old23; local in function:ipf_in_compat
1744 KMALLOC(old23, frauth_4_1_23_t *);
1745 if (old23 == NULL) {
1750 error = COPYIN(obj->ipfo_ptr, old23, sizeof(*old23));
1752 frauth_4_1_23_to_current(old23, ptr);
1753 KFREE(old23);
3388 frauth_4_1_23_t *old23; local in function:ipf_out_compat
3390 KMALLOC(old23, frauth_4_1_23_t *);
3391 if (old23 == NULL)
    [all...]

Completed in 31 milliseconds