Lines Matching refs:cork
384 bool cork = false, enospc = sk_msg_full(msg), redir_ingress;
405 if (!psock->cork) {
406 psock->cork = kzalloc(sizeof(*psock->cork),
408 if (!psock->cork)
411 memcpy(psock->cork, msg, sizeof(*msg));
439 if (psock->cork) {
440 cork = true;
441 psock->cork = NULL;
458 if (!cork)
461 if (cork) {
525 if (psock->cork) {
526 msg_tx = psock->cork;
556 /* All cork bytes are accounted, rerun the prog. */
570 if (msg_tx && msg_tx != psock->cork)