Browse Source

bpf: clean up from test_tcpbpf_kern.c

Removed commented lines from test_tcpbpf_kern.c

Fixes: d6d4f60c3a09 bpf: add selftest for tcpbpf
Signed-off-by: Lawrence Brakmo <brakmo@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Lawrence Brakmo 7 years ago
parent
commit
771fc607e6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      tools/testing/selftests/bpf/test_tcpbpf_kern.c

+ 0 - 3
tools/testing/selftests/bpf/test_tcpbpf_kern.c

@@ -79,9 +79,6 @@ int bpf_testcb(struct bpf_sock_ops *skops)
 		}
 		}
 		break;
 		break;
 	case BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB:
 	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;
 		skops->sk_txhash = 0x12345f;
 		v = 0xff;
 		v = 0xff;
 		rv = bpf_setsockopt(skops, SOL_IPV6, IPV6_TCLASS, &v,
 		rv = bpf_setsockopt(skops, SOL_IPV6, IPV6_TCLASS, &v,