Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dbpf.c357 size_t maclen, nlft, njmps; in bpf_cmp_hwaddr() local
367 njmps = (hwaddr_len / 4) * 2; /* 2 instructions per check */ in bpf_cmp_hwaddr()
369 if (njmps) in bpf_cmp_hwaddr()
370 njmps -= 2; in bpf_cmp_hwaddr()
373 njmps += (nlft / 2) * 2; in bpf_cmp_hwaddr()
376 njmps += 2; in bpf_cmp_hwaddr()
381 njmps++; in bpf_cmp_hwaddr()
383 jt = (uint8_t)njmps; in bpf_cmp_hwaddr()
387 jf = (uint8_t)njmps; in bpf_cmp_hwaddr()