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