Lines Matching +full:0 +full:xe1
42 { .opt = SO_PRIORITY, .new = 0xeb9f, .expected = 0xeb9f, },
45 { .opt = SO_MARK, .new = 0xeb9f, .expected = 0xeb9f, },
46 { .opt = SO_MAX_PACING_RATE, .new = 0xeb9f, .expected = 0xeb9f, },
48 { .opt = 0, },
67 { .opt = 0, },
71 { .opt = IP_TOS, .new = 0xe1, .expected = 0xe1, .tcp_expected = 0xe0, },
72 { .opt = 0, },
76 { .opt = IPV6_TCLASS, .new = 0xe1, .expected = 0xe1, .tcp_expected = 0xe0, },
78 { .opt = 0, },
103 return 0;
108 if (level == SOL_SOCKET && opt == SO_TXREHASH && old != 0 && old != 1)
121 return 0;
152 return 0;
248 return 0;
266 n = bpf_loop(ARRAY_SIZE(sol_socket_tests), bpf_test_socket_sockopt, &lc, 0);
271 n = bpf_loop(ARRAY_SIZE(sol_tcp_tests), bpf_test_tcp_sockopt, &lc, 0);
277 n = bpf_loop(ARRAY_SIZE(sol_ip_tests), bpf_test_ip_sockopt, &lc, 0);
281 n = bpf_loop(ARRAY_SIZE(sol_ipv6_tests), bpf_test_ipv6_sockopt, &lc, 0);
286 return 0;
292 int ifindex, zero = 0;
307 ifindex != 0)
323 ifindex != 0)
326 return 0;
341 return 0;
385 ctx->retval = 0;