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

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 1726 frauth_4_1_24_t *old24; local in function:ipf_in_compat
1728 KMALLOC(old24, frauth_4_1_24_t *);
1729 if (old24 == NULL) {
1734 error = COPYIN(obj->ipfo_ptr, old24, sizeof(*old24));
1736 frauth_4_1_24_to_current(old24, ptr);
1740 KFREE(old24);
3373 frauth_4_1_24_t *old24; local in function:ipf_out_compat
3375 KMALLOC(old24, frauth_4_1_24_t *);
3376 if (old24 == NULL)
    [all...]
ip_fil_compat.c 1726 frauth_4_1_24_t *old24; local in function:ipf_in_compat
1728 KMALLOC(old24, frauth_4_1_24_t *);
1729 if (old24 == NULL) {
1734 error = COPYIN(obj->ipfo_ptr, old24, sizeof(*old24));
1736 frauth_4_1_24_to_current(old24, ptr);
1740 KFREE(old24);
3373 frauth_4_1_24_t *old24; local in function:ipf_out_compat
3375 KMALLOC(old24, frauth_4_1_24_t *);
3376 if (old24 == NULL)
    [all...]

Completed in 25 milliseconds