Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dsockbuf.h162 sbcreatecontrol_how(void *p, int size, int type, int level,
/freebsd-13.1/sys/kern/
H A Duipc_sockbuf.c1723 sbcreatecontrol_how(void *p, int size, int type, int level, int wait) in sbcreatecontrol_how() function
1759 return (sbcreatecontrol_how(p, size, type, level, M_NOWAIT)); in sbcreatecontrol()
H A Duipc_ktls.c1935 control = sbcreatecontrol_how(&tgr, sizeof(tgr), in ktls_decrypt()