Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDstats.h722 #define SB_CLONE_USRDSTNOFAULT 0x0004 /* Clone to wired userspace dst. */ macro
/freebsd-14-stable/sys/kern/
HDsubr_stats.c1089 (flags & (SB_CLONE_USRDSTNOFAULT | SB_CLONE_USRDST)))) {
1110 if (flags & SB_CLONE_USRDSTNOFAULT)
1134 if (flags & SB_CLONE_USRDSTNOFAULT)
/freebsd-14-stable/sys/netinet/
HDtcp_usrreq.c2560 sbflags | SB_CLONE_USRDSTNOFAULT); in tcp_default_ctloutput()