Searched refs:scm_fp_list (Results 1 – 3 of 3) sorted by relevance
67 static int scm_fp_copy(struct cmsghdr *cmsg, struct scm_fp_list **fplp) in scm_fp_copy()70 struct scm_fp_list *fpl = *fplp; in scm_fp_copy()84 fpl = kmalloc(sizeof(struct scm_fp_list), GFP_KERNEL); in scm_fp_copy()120 struct scm_fp_list *fpl = scm->fp; in __scm_destroy()331 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl) in scm_fp_dup()333 struct scm_fp_list *new_fpl; in scm_fp_dup()339 new_fpl = kmemdup(fpl, offsetof(struct scm_fp_list, fp[fpl->count]), in scm_fp_dup()
21 struct scm_fp_list { struct30 struct scm_fp_list *fp; /* Passed files */ argument41 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl);
34 struct scm_fp_list *fp; /* Passed files */