Lines Matching defs:cork
320 bool cork = false, enospc = sk_msg_full(msg);
341 if (!psock->cork) {
342 psock->cork = kzalloc(sizeof(*psock->cork),
344 if (!psock->cork)
347 memcpy(psock->cork, msg, sizeof(*msg));
374 if (psock->cork) {
375 cork = true;
376 psock->cork = NULL;
392 if (!cork)
395 if (cork) {
459 if (psock->cork) {
460 msg_tx = psock->cork;
490 /* All cork bytes are accounted, rerun the prog. */
504 if (msg_tx && msg_tx != psock->cork)
530 if (psock->cork) {
531 msg = psock->cork;
553 /* All cork bytes are accounted, rerun the prog. */