Home
last modified time | relevance | path

Searched refs:sg_end (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dsockmap.c442 if (i == md->sg_end) in memcopy_from_iter()
467 } while (i != md->sg_end); in memcopy_from_iter()
524 if (md->sg_start == md->sg_end) in bpf_tcp_push()
561 } while (i != md->sg_end); in return_mem_sg()
625 md->sg_start = md->sg_end; in free_start_sg()
724 r->sg_end = (i + 1) == MAX_SKB_FRAGS ? 0 : i + 1; in bpf_tcp_ingress()
729 r->sg_end = i; in bpf_tcp_ingress()
737 } while (i != md->sg_end); in bpf_tcp_ingress()
811 bool cork = false, enospc = (m->sg_start == m->sg_end); in bpf_exec_tx_verdict()
993 } while (i != md->sg_end); in bpf_tcp_recvmsg()
[all …]
/Linux-v4.19/include/linux/
Dfilter.h531 int sg_end; member
/Linux-v4.19/net/core/
Dfilter.c2313 } while (i != msg->sg_end); in BPF_CALL_4()
2341 } while (i != msg->sg_end); in BPF_CALL_4()
2391 if (move_from == msg->sg_end) in BPF_CALL_4()
2401 msg->sg_end -= shift; in BPF_CALL_4()
2402 if (msg->sg_end < 0) in BPF_CALL_4()
2403 msg->sg_end += MAX_SKB_FRAGS; in BPF_CALL_4()