Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsockptr.h37 static inline bool sockptr_is_null(sockptr_t sockptr) in sockptr_is_null() function
/linux-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c182 if (sockptr_is_null(io->req_data) || sockptr_is_null(io->resp_data)) in get_ext_report()
/linux-6.15/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-6.15/net/ipv6/
H A Dipv6_sockglue.c336 if (sockptr_is_null(optval)) in ipv6_set_opt_hdr()
402 if (sockptr_is_null(optval)) in do_ipv6_setsockopt()
816 sockptr_is_null(optval)) in do_ipv6_setsockopt()
/linux-6.15/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-6.15/kernel/bpf/
H A Dcgroup.c1980 if (!sockptr_is_null(optval) && in __cgroup_bpf_run_filter_getsockopt()
1993 if (!sockptr_is_null(optval) && in __cgroup_bpf_run_filter_getsockopt()
/linux-6.15/net/can/j1939/
H A Dsocket.c695 if (!sockptr_is_null(optval) && optlen != 0) { in j1939_sk_setsockopt()
/linux-6.15/net/tipc/
H A Dsocket.c3169 if (!sockptr_is_null(ov) || ol) in tipc_setsockopt()
/linux-6.15/net/xfrm/
H A Dxfrm_state.c2937 if (sockptr_is_null(optval) && !optlen) { in xfrm_user_policy()