Displaying 1 result from an estimated 1 matches for "nfct_bsf_load_attr_offset".
2023 Sep 03
0
[Bug 1062] Kernel IPv6 event filtering not working
...In the ipv6 case:
for (i = 0; i < f->l3proto_elems_ipv6[dir]; i++) {
int k, offset;
for (k = 0, offset = 0; k < 4; k++, offset += 4) {
int ip = f->l3proto_ipv6[dir][i].addr[k] &
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,...