Home
last modified time | relevance | path

Searched defs:uncharge (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dsockmap.c475 int flags, bool uncharge) in bpf_tcp_push()
552 int uncharge = (bytes < sg[i].length) ? bytes : sg[i].length; in return_mem_sg() local