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

/linux-master/include/linux/
H A Dsockptr.h37 static inline bool sockptr_is_null(sockptr_t sockptr) function
/linux-master/net/tls/
H A Dtls_main.c622 if (sockptr_is_null(optval) || (optlen < sizeof(*crypto_info)))
723 if (sockptr_is_null(optval) || optlen != sizeof(value))
745 sockptr_is_null(optval) || optlen < sizeof(val))
/linux-master/net/ipv6/
H A Dipv6_sockglue.c337 if (sockptr_is_null(optval))
403 if (sockptr_is_null(optval))
817 sockptr_is_null(optval))
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c579 if (sockptr_is_null(io->req_data) || sockptr_is_null(io->resp_data))
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c501 if (sockptr_is_null(optval) || optlen < sizeof(*crypto_info)) {
/linux-master/kernel/bpf/
H A Dcgroup.c1946 if (!sockptr_is_null(optval) &&
1959 if (!sockptr_is_null(optval) &&
/linux-master/net/can/j1939/
H A Dsocket.c694 if (!sockptr_is_null(optval) && optlen != 0) {
/linux-master/net/tipc/
H A Dsocket.c3174 if (!sockptr_is_null(ov) || ol)
/linux-master/net/xfrm/
H A Dxfrm_state.c2607 if (sockptr_is_null(optval) && !optlen) {

Completed in 324 milliseconds