Home
last modified time | relevance | path

Searched refs:cork_bytes (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dtcp_bpf.c306 if (msg->cork_bytes && in tcp_bpf_send_verdict()
308 psock->cork_bytes = msg->cork_bytes - msg->sg.size; in tcp_bpf_send_verdict()
453 if (psock->cork_bytes) { in tcp_bpf_sendmsg()
455 psock->cork_bytes = 0; in tcp_bpf_sendmsg()
457 psock->cork_bytes -= size; in tcp_bpf_sendmsg()
462 psock->cork_bytes = 0; in tcp_bpf_sendmsg()
516 if (psock->cork_bytes) { in tcp_bpf_sendpage()
517 if (size > psock->cork_bytes) in tcp_bpf_sendpage()
518 psock->cork_bytes = 0; in tcp_bpf_sendpage()
520 psock->cork_bytes -= size; in tcp_bpf_sendpage()
[all …]
/linux-6.3-rc2/include/linux/
A Dskmsg.h48 u32 cork_bytes; member
83 u32 cork_bytes; member
/linux-6.3-rc2/net/tls/
A Dtls_sw.c834 if (msg->cork_bytes && msg->cork_bytes > msg->sg.size && in bpf_exec_tx_verdict()
839 msg->cork_bytes = 0; in bpf_exec_tx_verdict()
/linux-6.3-rc2/net/core/
A Dfilter.c2573 msg->cork_bytes = bytes; in BPF_CALL_2()

Completed in 28 milliseconds