Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstats.h724 #define SB_CLONE_USRDSTNOFAULT 0x0004 /* Clone to wired userspace dst. */ macro
/f-stack/freebsd/kern/
H A Dsubr_stats.c1093 (flags & (SB_CLONE_USRDSTNOFAULT | SB_CLONE_USRDST)))) {
1114 if (flags & SB_CLONE_USRDSTNOFAULT)
1132 if (flags & SB_CLONE_USRDSTNOFAULT)
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2547 sbflags | SB_CLONE_USRDSTNOFAULT); in tcp_default_ctloutput()