Lines Matching refs:apply_bytes
33 struct sk_msg *msg, u32 apply_bytes, int flags)
35 bool apply = apply_bytes;
50 size = (apply && apply_bytes < sge->length) ?
51 apply_bytes : sge->length;
66 apply_bytes -= size;
67 if (!apply_bytes) {
88 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes,
92 bool apply = apply_bytes;
103 size = (apply && apply_bytes < sge->length) ?
104 apply_bytes : sge->length;
125 apply_bytes -= ret;
143 if (apply && !apply_bytes)
151 u32 apply_bytes, int flags, bool uncharge)
156 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge);
416 if (psock->apply_bytes && psock->apply_bytes < tosend)
417 tosend = psock->apply_bytes;
433 if (!psock->apply_bytes) {
477 if (!psock->apply_bytes) {