We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e85bf commit cc9864aCopy full SHA for cc9864a
tools/testing/selftests/bpf/progs/sockmap_parse_prog.c
@@ -12,7 +12,6 @@ int bpf_prog1(struct __sk_buff *skb)
12
__u32 lport = skb->local_port;
13
__u32 rport = skb->remote_port;
14
__u8 *d = data;
15
- __u32 len = (__u32) data_end - (__u32) data;
16
int err;
17
18
if (data + 10 > data_end) {
0 commit comments