Home
last modified time | relevance | path

Searched refs:apply_bytes (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dtcp_bpf.c17 bool apply = apply_bytes; in bpf_tcp_ingress()
33 apply_bytes : sge->length; in bpf_tcp_ingress()
48 apply_bytes -= size; in bpf_tcp_ingress()
49 if (!apply_bytes) { in bpf_tcp_ingress()
73 bool apply = apply_bytes; in tcp_bpf_push()
84 apply_bytes : sge->length; in tcp_bpf_push()
102 apply_bytes -= ret; in tcp_bpf_push()
120 if (apply && !apply_bytes) in tcp_bpf_push()
320 if (psock->apply_bytes && psock->apply_bytes < tosend) in tcp_bpf_send_verdict()
337 if (!psock->apply_bytes) { in tcp_bpf_send_verdict()
[all …]
/linux-6.3-rc2/include/linux/
A Dskmsg.h47 u32 apply_bytes; member
82 u32 apply_bytes; member
141 if (psock->apply_bytes) { in sk_msg_apply_bytes()
142 if (psock->apply_bytes < bytes) in sk_msg_apply_bytes()
143 psock->apply_bytes = 0; in sk_msg_apply_bytes()
145 psock->apply_bytes -= bytes; in sk_msg_apply_bytes()
/linux-6.3-rc2/net/tls/
A Dtls_sw.c614 msg_opl->apply_bytes = 0; in tls_split_open_record()
618 msg_npl->apply_bytes = apply; in tls_split_open_record()
841 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict()
842 send = msg->apply_bytes; in bpf_exec_tx_verdict()
858 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
859 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
861 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
878 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
879 msg->apply_bytes = 0; in bpf_exec_tx_verdict()
881 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
[all …]
/linux-6.3-rc2/net/core/
A Dskmsg.c888 psock->apply_bytes = msg->apply_bytes; in sk_psock_msg_verdict()
A Dfilter.c2559 msg->apply_bytes = bytes; in BPF_CALL_2()

Completed in 45 milliseconds