Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h163 sbcreatecontrol_how(void *p, int size, int type, int level,
/f-stack/freebsd/sys/
H A Dsockbuf.h163 sbcreatecontrol_how(void *p, int size, int type, int level,
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c1733 sbcreatecontrol_how(void *p, int size, int type, int level, int wait) in sbcreatecontrol_how() function
1769 return (sbcreatecontrol_how(p, size, type, level, M_NOWAIT)); in sbcreatecontrol()
H A Duipc_ktls.c1863 control = sbcreatecontrol_how(&tgr, sizeof(tgr), in ktls_decrypt()