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

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 1755 frauth_4_1_11_t *old11; local in function:ipf_in_compat
1757 KMALLOC(old11, frauth_4_1_11_t *);
1758 if (old11 == NULL) {
1763 error = COPYIN(obj->ipfo_ptr, old11, sizeof(*old11));
1765 frauth_4_1_11_to_current(old11, ptr);
1769 KFREE(old11);
3403 frauth_4_1_11_t *old11; local in function:ipf_out_compat
3405 KMALLOC(old11, frauth_4_1_11_t *);
3406 if (old11 == NULL)
    [all...]
ip_fil_compat.c 1755 frauth_4_1_11_t *old11; local in function:ipf_in_compat
1757 KMALLOC(old11, frauth_4_1_11_t *);
1758 if (old11 == NULL) {
1763 error = COPYIN(obj->ipfo_ptr, old11, sizeof(*old11));
1765 frauth_4_1_11_to_current(old11, ptr);
1769 KFREE(old11);
3403 frauth_4_1_11_t *old11; local in function:ipf_out_compat
3405 KMALLOC(old11, frauth_4_1_11_t *);
3406 if (old11 == NULL)
    [all...]

Completed in 25 milliseconds