Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_bpf.c272 if (msg->cork_bytes && in tcp_bpf_send_verdict()
274 psock->cork_bytes = msg->cork_bytes - msg->sg.size; in tcp_bpf_send_verdict()
411 if (psock->cork_bytes) { in tcp_bpf_sendmsg()
413 psock->cork_bytes = 0; in tcp_bpf_sendmsg()
415 psock->cork_bytes -= size; in tcp_bpf_sendmsg()
420 psock->cork_bytes = 0; in tcp_bpf_sendmsg()
474 if (psock->cork_bytes) { in tcp_bpf_sendpage()
475 if (size > psock->cork_bytes) in tcp_bpf_sendpage()
476 psock->cork_bytes = 0; in tcp_bpf_sendpage()
478 psock->cork_bytes -= size; in tcp_bpf_sendpage()
[all …]
/linux/include/linux/
A Dskmsg.h49 u32 cork_bytes; member
84 u32 cork_bytes; member
/linux/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/net/core/
A Dfilter.c2565 msg->cork_bytes = bytes; in BPF_CALL_2()

Completed in 27 milliseconds