Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dscm.c70 struct scm_fp_list *fpl = *fplp; in scm_fp_copy() local
82 if (!fpl) in scm_fp_copy()
84 fpl = kmalloc(sizeof(struct scm_fp_list), GFP_KERNEL); in scm_fp_copy()
85 if (!fpl) in scm_fp_copy()
87 *fplp = fpl; in scm_fp_copy()
88 fpl->count = 0; in scm_fp_copy()
89 fpl->max = SCM_MAX_FD; in scm_fp_copy()
90 fpl->user = NULL; in scm_fp_copy()
92 fpp = &fpl->fp[fpl->count]; in scm_fp_copy()
94 if (fpl->count + num > fpl->max) in scm_fp_copy()
[all …]
/linux-4.4.14/drivers/s390/char/
Ddiag_ftp.c101 static int diag_ftp_2c4(struct diag_ftp_ldfpl *fpl, in diag_ftp_2c4() argument
113 : [rc] "=d" (rc), "+m" (*fpl) in diag_ftp_2c4()
114 : [cmd] "0" (cmd), [addr] "d" (virt_to_phys(fpl)), in diag_ftp_2c4()
/linux-4.4.14/include/net/
Dscm.h41 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl);