Home
last modified time | relevance | path

Searched refs:tcp_expected (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dsetget_sockopt.c29 int tcp_expected; member
68 { .opt = IP_TOS, .new = 0xe1, .expected = 0xe1, .tcp_expected = 0xe0, },
73 { .opt = IPV6_TCLASS, .new = 0xe1, .expected = 0xe1, .tcp_expected = 0xe0, },
118 if (sk->sk_type == SOCK_STREAM && t->tcp_expected) in bpf_test_sockopt_int()
119 expected = t->tcp_expected; in bpf_test_sockopt_int()