Searched refs:scm_fp_list (Results 1 – 3 of 3) sorted by relevance
68 static int scm_fp_copy(struct cmsghdr *cmsg, struct scm_fp_list **fplp) in scm_fp_copy()71 struct scm_fp_list *fpl = *fplp; in scm_fp_copy()85 fpl = kmalloc(sizeof(struct scm_fp_list), GFP_KERNEL); in scm_fp_copy()121 struct scm_fp_list *fpl = scm->fp; in __scm_destroy()332 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl) in scm_fp_dup()334 struct scm_fp_list *new_fpl; in scm_fp_dup()340 new_fpl = kmemdup(fpl, offsetof(struct scm_fp_list, fp[fpl->count]), in scm_fp_dup()
24 struct scm_fp_list { struct33 struct scm_fp_list *fp; /* Passed files */ argument44 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl);
36 struct scm_fp_list *fp; /* Passed files */