Searched refs:cork_bytes (Results 1 – 4 of 4) sorted by relevance
297 if (msg->cork_bytes && in tcp_bpf_send_verdict()298 msg->cork_bytes > msg->sg.size && !enospc) { in tcp_bpf_send_verdict()299 psock->cork_bytes = msg->cork_bytes - msg->sg.size; in tcp_bpf_send_verdict()441 if (psock->cork_bytes) { in tcp_bpf_sendmsg()442 if (size > psock->cork_bytes) in tcp_bpf_sendmsg()443 psock->cork_bytes = 0; in tcp_bpf_sendmsg()445 psock->cork_bytes -= size; in tcp_bpf_sendmsg()446 if (psock->cork_bytes && !enospc) in tcp_bpf_sendmsg()450 psock->cork_bytes = 0; in tcp_bpf_sendmsg()504 if (psock->cork_bytes) { in tcp_bpf_sendpage()[all …]
48 u32 cork_bytes; member83 u32 cork_bytes; member
819 if (msg->cork_bytes && msg->cork_bytes > msg->sg.size && in bpf_exec_tx_verdict()824 msg->cork_bytes = 0; in bpf_exec_tx_verdict()
2567 msg->cork_bytes = bytes; in BPF_CALL_2()