Searched defs:uncharge (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_bpf.c | 150 tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push() argument 207 tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push_locked() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bpf.c | 88 tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push() argument 150 tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push_locked() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skmsg.c | 167 int uncharge = (bytes < sge->length) ? bytes : sge->length; in sk_msg_return() local
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skmsg.c | 168 int uncharge = (bytes < sge->length) ? bytes : sge->length; in sk_msg_return() local
|
Completed in 5 milliseconds