Searched refs:cprog (Results 1 – 1 of 1) sorted by relevance
350 struct sock_fprog cprog; in test_filter_no_reuseport() local362 memset(&cprog, 0, sizeof(cprog)); in test_filter_no_reuseport()363 cprog.len = ARRAY_SIZE(ccode); in test_filter_no_reuseport()364 cprog.filter = ccode; in test_filter_no_reuseport()383 if (!setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_CBPF, &cprog, in test_filter_no_reuseport()384 sizeof(cprog)) || errno != EINVAL) in test_filter_no_reuseport()