Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsockptr.h37 static inline bool sockptr_is_null(sockptr_t sockptr) in sockptr_is_null() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dipv6_sockglue.c335 if (sockptr_is_null(optval)) in ipv6_set_opt_hdr()
401 if (sockptr_is_null(optval)) in do_ipv6_setsockopt()
673 sockptr_is_null(optval)) in do_ipv6_setsockopt()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c501 if (sockptr_is_null(optval) || optlen < sizeof(*crypto_info)) { in do_chtls_setsockopt()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c474 if (sockptr_is_null(optval) || (optlen < sizeof(*crypto_info))) { in do_tls_setsockopt_conf()
/OK3568_Linux_fs/kernel/net/can/j1939/
H A Dsocket.c682 if (!sockptr_is_null(optval) && optlen != 0) { in j1939_sk_setsockopt()
/OK3568_Linux_fs/kernel/net/decnet/
H A Daf_decnet.c1357 if (optlen && sockptr_is_null(optval)) in __dn_setsockopt()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_state.c2377 if (sockptr_is_null(optval) && !optlen) { in xfrm_user_policy()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dsocket.c3165 if (!sockptr_is_null(ov) || ol) in tipc_setsockopt()