Home
last modified time | relevance | path

Searched refs:sockptr_is_null (Results 1 – 7 of 7) 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/include/linux/
H A Dsockptr.h37 static inline bool sockptr_is_null(sockptr_t sockptr) in sockptr_is_null() function
/linux/net/tls/
H A Dtls_main.c648 if (sockptr_is_null(optval) || (optlen < sizeof(*crypto_info))) in do_tls_setsockopt_conf()
791 if (sockptr_is_null(optval) || optlen != sizeof(value)) in do_tls_setsockopt_tx_zc()
813 sockptr_is_null(optval) || optlen < sizeof(val)) in do_tls_setsockopt_no_pad()
848 if (sockptr_is_null(optval) || optlen != sizeof(value)) in do_tls_setsockopt_tx_payload_len()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c181 if (sockptr_is_null(io->req_data) || sockptr_is_null(io->resp_data)) in get_ext_report()
/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/net/can/j1939/
H A Dsocket.c705 if (!sockptr_is_null(optval) && optlen != 0) { in j1939_sk_setsockopt()
/linux/net/xfrm/
H A Dxfrm_state.c2963 if (sockptr_is_null(optval) && !optlen) { in xfrm_user_policy()