Home
last modified time | relevance | path

Searched refs:headfp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_syscalls.c142 struct file *headfp, *nfp = NULL; in sys_sctp_peeloff() local
150 &headfp); in sys_sctp_peeloff()
153 fflag = atomic_load_int(&headfp->f_flag); in sys_sctp_peeloff()
154 head = headfp->f_data; in sys_sctp_peeloff()
201 fdrop(headfp, td); in sys_sctp_peeloff()
/freebsd/sys/kern/
H A Duipc_syscalls.c330 struct file *headfp, *nfp = NULL; in kern_accept4() local
339 &headfp, &fcaps); in kern_accept4()
342 fflag = atomic_load_int(&headfp->f_flag); in kern_accept4()
343 head = headfp->f_data; in kern_accept4()
422 fdrop(headfp, td); in kern_accept4()