Lines Matching refs:fpl
8170 struct scm_fp_list *fpl;
8174 fpl = kzalloc(sizeof(*fpl), GFP_KERNEL);
8175 if (!fpl)
8180 kfree(fpl);
8188 fpl->user = get_uid(current_user());
8194 fpl->fp[nr_files] = get_file(file);
8195 unix_inflight(fpl->user, fpl->fp[nr_files]);
8200 fpl->max = SCM_MAX_FD;
8201 fpl->count = nr_files;
8202 UNIXCB(skb).fp = fpl;
8215 free_uid(fpl->user);
8216 kfree(fpl);