Searched refs:csk (Results 1 – 1 of 1) sorted by relevance
47 static void report_csk_error(struct sock *csk, int err) in report_csk_error() argument49 csk->sk_err = EPIPE; in report_csk_error()50 sk_error_report(csk); in report_csk_error()56 struct sock *csk = psock->sk; in kcm_abort_tx_psock() local88 report_csk_error(csk, err); in kcm_abort_tx_psock()1339 struct sock *csk; in kcm_attach() local1350 csk = csock->sk; in kcm_attach()1351 if (!csk) in kcm_attach()1354 lock_sock(csk); in kcm_attach()1357 if ((csk->sk_family != AF_INET && csk->sk_family != AF_INET6) || in kcm_attach()[all …]