Searched refs:cork_bytes (Results 1 – 4 of 4) sorted by relevance
324 if (msg->cork_bytes && in tcp_bpf_send_verdict()325 msg->cork_bytes > msg->sg.size && !enospc) { in tcp_bpf_send_verdict()326 psock->cork_bytes = msg->cork_bytes - msg->sg.size; in tcp_bpf_send_verdict()452 if (psock->cork_bytes) { in tcp_bpf_sendmsg()453 if (size > psock->cork_bytes) in tcp_bpf_sendmsg()454 psock->cork_bytes = 0; in tcp_bpf_sendmsg()456 psock->cork_bytes -= size; in tcp_bpf_sendmsg()457 if (psock->cork_bytes && !enospc) in tcp_bpf_sendmsg()461 psock->cork_bytes = 0; in tcp_bpf_sendmsg()515 if (psock->cork_bytes) { in tcp_bpf_sendpage()[all …]
45 u32 cork_bytes; member85 u32 cork_bytes; member
781 if (msg->cork_bytes && msg->cork_bytes > msg->sg.size && in bpf_exec_tx_verdict()786 msg->cork_bytes = 0; in bpf_exec_tx_verdict()
2206 msg->cork_bytes = bytes; in BPF_CALL_2()