Searched refs:old23 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c1747 frauth_4_1_23_t *old23; local
1749 KMALLOC(old23, frauth_4_1_23_t *);
1750 if (old23 == NULL) {
1755 error = COPYIN(obj->ipfo_ptr, old23, sizeof(*old23));
1757 frauth_4_1_23_to_current(old23, ptr);
1758 KFREE(old23);
3453 frauth_4_1_23_t *old23; local
3455 KMALLOC(old23, frauth_4_1_23_t *);
3456 if (old23
[all...]

Completed in 73 milliseconds