Home
last modified time | relevance | path

Searched refs:old11 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_fil_compat.c1755 frauth_4_1_11_t *old11; in ipf_in_compat() local
1757 KMALLOC(old11, frauth_4_1_11_t *); in ipf_in_compat()
1758 if (old11 == NULL) { in ipf_in_compat()
1763 error = COPYIN(obj->ipfo_ptr, old11, sizeof(*old11)); in ipf_in_compat()
1765 frauth_4_1_11_to_current(old11, ptr); in ipf_in_compat()
1769 KFREE(old11); in ipf_in_compat()
3403 frauth_4_1_11_t *old11; in ipf_out_compat() local
3405 KMALLOC(old11, frauth_4_1_11_t *); in ipf_out_compat()
3406 if (old11 == NULL) { in ipf_out_compat()
3411 frauth_current_to_4_1_11(ptr, old11); in ipf_out_compat()
[all …]
/netbsd/src/external/bsd/ipf/dist/
Dip_fil_compat.c1762 frauth_4_1_11_t *old11; local
1764 KMALLOC(old11, frauth_4_1_11_t *);
1765 if (old11 == NULL) {
1770 error = COPYIN(obj->ipfo_ptr, old11, sizeof(*old11));
1772 frauth_4_1_11_to_current(old11, ptr);
1776 KFREE(old11);
3470 frauth_4_1_11_t *old11; local
3472 KMALLOC(old11, frauth_4_1_11_t *);
3473 if (old11 == NULL) {
3478 frauth_current_to_4_1_11(ptr, old11);
[all …]