Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 771fc607 authored by Lawrence Brakmo's avatar Lawrence Brakmo Committed by Daniel Borkmann
Browse files

bpf: clean up from test_tcpbpf_kern.c



Removed commented lines from test_tcpbpf_kern.c

Fixes: d6d4f60c bpf: add selftest for tcpbpf
Signed-off-by: default avatarLawrence Brakmo <brakmo@fb.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 9c147b56
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -79,9 +79,6 @@ int bpf_testcb(struct bpf_sock_ops *skops)
		}
		break;
	case BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB:
		/* Set callback */
//		good_call_rv = bpf_sock_ops_cb_flags_set(skops,
//						 BPF_SOCK_OPS_STATE_CB_FLAG);
		skops->sk_txhash = 0x12345f;
		v = 0xff;
		rv = bpf_setsockopt(skops, SOL_IPV6, IPV6_TCLASS, &v,