Searched refs:tcp_expected (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | setget_sockopt.c | 29 int tcp_expected; member 71 { .opt = IP_TOS, .new = 0xe1, .expected = 0xe1, .tcp_expected = 0xe0, }, 76 { .opt = IPV6_TCLASS, .new = 0xe1, .expected = 0xe1, .tcp_expected = 0xe0, }, 132 if (sk->sk_type == SOCK_STREAM && t->tcp_expected) in bpf_test_sockopt_int() 133 expected = t->tcp_expected; in bpf_test_sockopt_int()
|