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)),
925 socklen_t optlen = test->get_optlen; in run_test() local
930 optval, &optlen); in run_test()
942 if (optlen != expected_get_optlen) { in run_test()
949 if (memcmp(optval, test->get_optval, optlen) != 0) { in run_test()