Lines Matching refs:optlen
229 offsetof(struct bpf_sockopt, optlen)),
257 offsetof(struct bpf_sockopt, optlen)),
300 offsetof(struct bpf_sockopt, optlen)),
477 offsetof(struct bpf_sockopt, optlen)),
531 offsetof(struct bpf_sockopt, optlen)),
578 offsetof(struct bpf_sockopt, optlen)),
585 offsetof(struct bpf_sockopt, optlen)),
606 offsetof(struct bpf_sockopt, optlen)),
622 offsetof(struct bpf_sockopt, optlen)),
640 offsetof(struct bpf_sockopt, optlen)),
675 offsetof(struct bpf_sockopt, optlen)),
926 socklen_t optlen = test->get_optlen; in run_test() local
931 optval, &optlen); in run_test()
943 if (optlen != expected_get_optlen) { in run_test()
950 if (memcmp(optval, test->get_optval, optlen) != 0) { in run_test()