Home
last modified time | relevance | path

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

/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c59 if (!sockptr_is_null(data) && in tdx_do_report()
67 if (!sockptr_is_null(tdreport) && in tdx_do_report()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c184 if (sockptr_is_null(io->req_data) || sockptr_is_null(io->resp_data)) in get_ext_report()
/linux/net/tls/
H A Dtls_main.c626 if (sockptr_is_null(optval) || (optlen < sizeof(*crypto_info))) in do_tls_setsockopt_conf()
769 if (sockptr_is_null(optval) || optlen != sizeof(value)) in do_tls_setsockopt_tx_zc()
791 sockptr_is_null(optval) || optlen < sizeof(val)) in do_tls_setsockopt_no_pad()
/linux/net/ipv6/
H A Dipv6_sockglue.c316 if (sockptr_is_null(optval)) in ipv6_set_opt_hdr()
381 if (sockptr_is_null(optval)) in do_ipv6_setsockopt()
794 sockptr_is_null(optval)) in do_ipv6_setsockopt()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c502 if (sockptr_is_null(optval) || optlen < sizeof(*crypto_info)) { in do_chtls_setsockopt()
/linux/kernel/bpf/
H A Dcgroup.c2147 if (!sockptr_is_null(optval) && in __cgroup_bpf_run_filter_getsockopt()
2160 if (!sockptr_is_null(optval) && in __cgroup_bpf_run_filter_getsockopt()
/linux/net/tipc/
H A Dsocket.c3169 if (!sockptr_is_null(ov) || ol) in tipc_setsockopt()
/linux/net/xfrm/
H A Dxfrm_state.c2950 if (sockptr_is_null(optval) && !optlen) { in xfrm_user_policy()