Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/ !
H A Duipc_socket.c304 int sosendbigcl_ignore_capab = 0; variable
305 SYSCTL_INT(_kern_ipc, OID_AUTO, sosendbigcl_ignore_capab,
306 CTLFLAG_RW | CTLFLAG_LOCKED, &sosendbigcl_ignore_capab, 0, "");
2319 sosendbigcl_ignore_capab; in sosend()
2777 bigcl = !(so->so_flags1 & SOF1_IF_2KCL) || sosendbigcl_ignore_capab; in sosend_list()