Displaying 1 result from an estimated 1 matches for "nfct_bsf_cmp_k_stack_jf".
2023 Sep 03
0
[Bug 1062] Kernel IPv6 event filtering not working
...f->l3proto_ipv6[dir][i].mask[k];
j += nfct_bsf_load_attr_offset(this, BPF_W, offset, j);
j += nfct_bsf_alu_and(this,
f->l3proto_ipv6[dir][i].mask[k],
j);
if (k < 3) {
j += nfct_bsf_cmp_k_stack_jf(this, ip,
jf - j - 1,
j, s);
} else {
/* last word: jump if true */
j += nfct_bsf_cmp_k_stack(this, ip, jf - j,
j, s);
}
}
}
there are four comparisons...