Lines Matching defs:ops
579 sendpage = sock->ops->sendpage;
599 rc = con->sock->ops->shutdown(con->sock, SHUT_RDWR);
719 const struct ceph_connection_operations *ops,
725 con->ops = ops;
1240 if (con->ops->sign_message)
1241 con->ops->sign_message(m);
1289 if (con->ops->reencode_message)
1290 con->ops->reencode_message(m);
1410 if (!con->ops->get_authorizer) {
1417 auth = con->ops->get_authorizer(con, &auth_proto, con->auth_retry);
2066 ret = con->ops->add_authorizer_challenge(
2078 ret = con->ops->verify_authorizer_reply(con);
2146 if (con->ops->peer_reset)
2147 con->ops->peer_reset(con);
2503 if (need_sign && con->ops->check_message_signature &&
2504 con->ops->check_message_signature(m)) {
2539 con->ops->dispatch(con, msg);
2809 if (!con->ops->get(con)) {
2817 con->ops->put(con);
2833 con->ops->put(con);
2896 if (con->ops->invalidate_authorizer)
2897 con->ops->invalidate_authorizer(con);
2901 if (con->ops->fault)
2902 con->ops->fault(con);
2968 con->ops->put(con);
3069 msg->con->ops->put(msg->con);
3071 msg->con = con ? con->ops->get(con) : NULL;
3435 BUG_ON(!con->ops->alloc_msg);
3438 msg = con->ops->alloc_msg(con, hdr, skip);