bpf: work around a verifier issue
authorFelix Fietkau <nbd@nbd.name>
Sun, 21 Nov 2021 12:43:41 +0000 (13:43 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 21 Nov 2021 12:43:45 +0000 (13:43 +0100)
commit2743e58741b304c37858dbc44435a164215b0a87
tree8cca43a290a610f20a7024687153981180b3540b
parente728a319a9a5ac692d18fef936e6ac4377f1bbf1
bpf: work around a verifier issue

Force access to both src/dest fields, otherwise the llvm optimizer can turn
this into pointer arithmetic that older kernels will reject

Signed-off-by: Felix Fietkau <nbd@nbd.name>
qosify-bpf.c