Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dscm.c67 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()
/linux-4.4.14/include/net/
Dscm.h21 struct scm_fp_list { struct
30 struct scm_fp_list *fp; /* Passed files */ argument
41 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl);
Daf_unix.h34 struct scm_fp_list *fp; /* Passed files */