Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsockptr.h37 static inline bool sockptr_is_null(sockptr_t sockptr) in sockptr_is_null() function
/Linux-v5.10/net/ipv6/
Dipv6_sockglue.c335 if (sockptr_is_null(optval)) in ipv6_set_opt_hdr()
401 if (sockptr_is_null(optval)) in do_ipv6_setsockopt()
667 sockptr_is_null(optval)) in do_ipv6_setsockopt()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_main.c501 if (sockptr_is_null(optval) || optlen < sizeof(*crypto_info)) { in do_chtls_setsockopt()
/Linux-v5.10/net/tls/
Dtls_main.c472 if (sockptr_is_null(optval) || (optlen < sizeof(*crypto_info))) { in do_tls_setsockopt_conf()
/Linux-v5.10/net/can/j1939/
Dsocket.c681 if (!sockptr_is_null(optval)) { in j1939_sk_setsockopt()
/Linux-v5.10/net/decnet/
Daf_decnet.c1360 if (optlen && sockptr_is_null(optval)) in __dn_setsockopt()
/Linux-v5.10/net/xfrm/
Dxfrm_state.c2368 if (sockptr_is_null(optval) && !optlen) { in xfrm_user_policy()
/Linux-v5.10/net/tipc/
Dsocket.c3136 if (!sockptr_is_null(ov) || ol) in tipc_setsockopt()