Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Dscm.c275 struct scm_fp_list *new_fpl; in scm_fp_dup() local
281 new_fpl = kmalloc(sizeof(*fpl), GFP_KERNEL); in scm_fp_dup()
282 if (new_fpl) { in scm_fp_dup()
283 INIT_LIST_HEAD(&new_fpl->list); in scm_fp_dup()
286 memcpy(new_fpl, fpl, sizeof(*fpl)); in scm_fp_dup()
288 return new_fpl; in scm_fp_dup()