Home
last modified time | relevance | path

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

/kernel/bpf/
Ddispatcher.c108 u32 noff; in bpf_dispatcher_update() local
113 noff = 0; in bpf_dispatcher_update()
116 noff = d->image_off ^ (PAGE_SIZE / 2); in bpf_dispatcher_update()
119 new = d->num_progs ? d->image + noff : NULL; in bpf_dispatcher_update()
129 d->image_off = noff; in bpf_dispatcher_update()