Searched refs:cork_bytes (Results 1 – 4 of 4) sorted by relevance
405 if (msg->cork_bytes && in tcp_bpf_send_verdict()406 msg->cork_bytes > msg->sg.size && !enospc) { in tcp_bpf_send_verdict()407 psock->cork_bytes = msg->cork_bytes - msg->sg.size; in tcp_bpf_send_verdict()549 if (psock->cork_bytes) { in tcp_bpf_sendmsg()550 if (size > psock->cork_bytes) in tcp_bpf_sendmsg()551 psock->cork_bytes = 0; in tcp_bpf_sendmsg()553 psock->cork_bytes -= size; in tcp_bpf_sendmsg()554 if (psock->cork_bytes && !enospc) in tcp_bpf_sendmsg()558 psock->cork_bytes = 0; in tcp_bpf_sendmsg()
48 u32 cork_bytes; member87 u32 cork_bytes; member
876 if (msg->cork_bytes && msg->cork_bytes > msg->sg.size && in bpf_exec_tx_verdict()881 msg->cork_bytes = 0; in bpf_exec_tx_verdict()
2601 msg->cork_bytes = bytes; in BPF_CALL_2()